🎨 Directly import models; force complete template
This commit is contained in:
parent
80a4b468b1
commit
3ebebe7fbd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
from ohmyapi.router import APIRouter
|
from ohmyapi.router import APIRouter
|
||||||
|
|
||||||
from . import models
|
from .models import ...
|
||||||
|
|
||||||
# Expose your app's routes via `router = fastapi.APIRouter`.
|
# Expose your app's routes via `router = fastapi.APIRouter`.
|
||||||
# Use prefixes wisely to avoid cross-app namespace-collisions.
|
# Use prefixes wisely to avoid cross-app namespace-collisions.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue