ohmyapi 0.1.14__py3-none-any.whl → 0.1.15__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ohmyapi/core/templates/app/routes.py.j2 +1 -1
- {ohmyapi-0.1.14.dist-info → ohmyapi-0.1.15.dist-info}/METADATA +1 -1
- {ohmyapi-0.1.14.dist-info → ohmyapi-0.1.15.dist-info}/RECORD +5 -5
- {ohmyapi-0.1.14.dist-info → ohmyapi-0.1.15.dist-info}/WHEEL +0 -0
- {ohmyapi-0.1.14.dist-info → ohmyapi-0.1.15.dist-info}/entry_points.txt +0 -0
@@ -5,7 +5,7 @@ from . import models
|
|
5
5
|
# Expose your app's routes via `router = fastapi.APIRouter`.
|
6
6
|
# Use prefixes wisely to avoid cross-app namespace-collisions.
|
7
7
|
# Tags improve the UX of the OpenAPI docs at /docs.
|
8
|
-
router = APIRouter(prefix="/{{ app_name }}", tags=[{{ app_name }}])
|
8
|
+
router = APIRouter(prefix="/{{ app_name }}", tags=['{{ app_name }}'])
|
9
9
|
|
10
10
|
|
11
11
|
@router.get("/")
|
@@ -10,7 +10,7 @@ ohmyapi/core/runtime.py,sha256=l5zffc4VTwQOo7G9mfiYHsPGapMONRX_jtO_z9QaKHU,8577
|
|
10
10
|
ohmyapi/core/scaffolding.py,sha256=iMymscokJ-YqzB0ZTC-gcc2T71o73577j9tnb2x8lH8,2572
|
11
11
|
ohmyapi/core/templates/app/__init__.py.j2,sha256=QwVIQVUGZVhdH1d4NrvL7NTsK4-T4cihzYs8UVX2dt4,43
|
12
12
|
ohmyapi/core/templates/app/models.py.j2,sha256=_3w-vFJ5fgsmncsCv34k_wyCMF78jufbSSglns4gbb0,119
|
13
|
-
ohmyapi/core/templates/app/routes.py.j2,sha256=
|
13
|
+
ohmyapi/core/templates/app/routes.py.j2,sha256=MoaAgzTkbr0GbuEic_fKn0PkCLERK8bB-mDlssOxYzE,438
|
14
14
|
ohmyapi/core/templates/project/README.md.j2,sha256=SjR4JIrg-8XRE-UntUDwiw8jDpYitD_UjwoKkYJ7GLw,22
|
15
15
|
ohmyapi/core/templates/project/pyproject.toml.j2,sha256=X0VS6YT9aL3vpHFKPTfLFsdpD8423nY57ySQpSTMxmQ,895
|
16
16
|
ohmyapi/core/templates/project/settings.py.j2,sha256=RBKGB8MZWPM3Bp0a57Y1YrSvSXxh502TUnJqbbu48Ig,138
|
@@ -19,7 +19,7 @@ ohmyapi/db/exceptions.py,sha256=I7AubrdqQF_UvAvzKqz2ve08-BkXHzEWXnwG300StHE,35
|
|
19
19
|
ohmyapi/db/model/__init__.py,sha256=k3StTNuKatpwZo_Z5JBFa-927eJrzibFE8U4SA82asc,32
|
20
20
|
ohmyapi/db/model/model.py,sha256=BajFtLlQ1s0mZ2hj-_JNQhLQmxuVe-Lw2LuW5t2C7Rw,1579
|
21
21
|
ohmyapi/router.py,sha256=hutccsrP9RT8W5O6uBDhOJehwqrkRoPzaUI5zoHPh9A,55
|
22
|
-
ohmyapi-0.1.
|
23
|
-
ohmyapi-0.1.
|
24
|
-
ohmyapi-0.1.
|
25
|
-
ohmyapi-0.1.
|
22
|
+
ohmyapi-0.1.15.dist-info/METADATA,sha256=NgXE-p4HJeL8KPMEqTKjAEICFmKYahEle-VOtq9Xoew,8766
|
23
|
+
ohmyapi-0.1.15.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
|
24
|
+
ohmyapi-0.1.15.dist-info/entry_points.txt,sha256=wb3lw8-meAlpiv1mqcQ3m25ukL7djagU_w89GkrC37k,43
|
25
|
+
ohmyapi-0.1.15.dist-info/RECORD,,
|
File without changes
|
File without changes
|