first commit
This commit is contained in:
6
code/generator/test/router.py
Normal file
6
code/generator/test/router.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from ninja import Router
|
||||
from .api import router
|
||||
|
||||
test_router = Router()
|
||||
test_router.add_router('/', router, tags=['模板测试'])
|
||||
|
||||
Reference in New Issue
Block a user