refactor: assign submissions to dedicated router

This commit is contained in:
ik
2026-09-12 21:21:34 +07:00
parent 31bbc15535
commit 1776283a95
4 changed files with 11 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
from fastapi import APIRouter
router = APIRouter()