init commit

This commit is contained in:
2025-06-05 09:17:47 -04:00
commit db8ec76921
53 changed files with 12126 additions and 0 deletions

4
config/routes/docs.yaml Normal file
View File

@@ -0,0 +1,4 @@
docs_show:
path: /docs
controller: App\Controller\DocsController::show
methods: [GET]