feat(client): init game handlers module
2 files changed, 9 insertions(+), 0 deletions(-) A api/src/handlers/game/mod.rs M api/src/handlers/mod.rs
A api/src/handlers/game/mod.rs => api/src/handlers/game/mod.rs +7 -0
@@ 0,0 1,7 @@ /* * This file is part of laurelin/api * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com> * * Licensed under GPL-3.0-only. * See LICENSE for licensing information. */
M api/src/handlers/mod.rs => api/src/handlers/mod.rs +2 -0