-
Notifications
You must be signed in to change notification settings - Fork 1
Allow to include user defined routes #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
Should be done after #28 |
php-coder
added a commit
that referenced
this issue
Oct 14, 2022
php-coder
added a commit
that referenced
this issue
Oct 14, 2022
In order to include custom routes: - create a file <name>_routes.py - implement endpoints and ensure that the file contains FastAPI's APIRouter named "router" Part of #27
php-coder
added a commit
that referenced
this issue
Apr 17, 2024
php-coder
added a commit
that referenced
this issue
Apr 17, 2024
In order to include custom routes: - create a file <name>_routes.js - export a function "register" that accepts 2 arguments (express router and MySQL connection pool) Part of #27
php-coder
added a commit
that referenced
this issue
Apr 17, 2024
In order to include custom routes: - create a file <name>_routes.ts - export a function "register" that accepts 2 arguments (express router and MySQL connection pool) Part of #27
php-coder
added a commit
that referenced
this issue
Apr 18, 2024
In order to include custom routes: - create a file <name>_routes.go - define a function "register<Name>Routes" that accepts 2 arguments (router and database) Part of #27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should be a way to include custom routes. I see at least 2 ways:
*_routes.{ext}
automatically if they existPlan:
The text was updated successfully, but these errors were encountered: