internal 1.0.35__py3-none-any.whl → 1.0.37__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.
Potentially problematic release.
This version of internal might be problematic. Click here for more details.
internal/base_factory.py
CHANGED
|
@@ -199,11 +199,11 @@ class BaseFactory(metaclass=ABCMeta):
|
|
|
199
199
|
def __init_builtin_api(self, app):
|
|
200
200
|
router = APIRouter(prefix=f"/system", tags=["system"])
|
|
201
201
|
|
|
202
|
-
@router.get(
|
|
202
|
+
@router.get('/health')
|
|
203
203
|
async def health():
|
|
204
204
|
return await async_response()
|
|
205
205
|
|
|
206
|
-
@router.get(
|
|
206
|
+
@router.get('/hello')
|
|
207
207
|
async def hello():
|
|
208
208
|
return await async_response(data={"API version": app.version})
|
|
209
209
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
internal/base_config.py,sha256=5-s2muyaLOGKhrq8kVqq0qaXFD09FrcQZCAFmw1FQtk,1755
|
|
3
|
-
internal/base_factory.py,sha256=
|
|
3
|
+
internal/base_factory.py,sha256=RZAlxINve8TYgPh_2mW7r0Ro8ADjsIaOe6s4JpNYpPw,8494
|
|
4
4
|
internal/common_enum/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
internal/common_enum/contact_type.py,sha256=7QkTQ71UxpaT1YHI40FpjmLz3r-UbRU-sd0m5ajH1as,142
|
|
6
6
|
internal/common_enum/description_type.py,sha256=kGwkFQh6dMnjDl6ipWYpA-qbNRrhEpnPq3NleTsNwwk,118
|
|
@@ -27,6 +27,6 @@ internal/model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
27
27
|
internal/model/base_model.py,sha256=Oc33c8AnPQcJEiEMQM_g3KT1b7iaa1IxgBMavds-_Ns,3010
|
|
28
28
|
internal/model/operate.py,sha256=luEoP_Asvso_11qz1SAE1Kn5KxAnDRptM0VylC5tNik,1493
|
|
29
29
|
internal/utils.py,sha256=0SubS0iUhDvjSX1F4TykasA5-enYJzt2VH-f7_0BnjI,1509
|
|
30
|
-
internal-1.0.
|
|
31
|
-
internal-1.0.
|
|
32
|
-
internal-1.0.
|
|
30
|
+
internal-1.0.37.dist-info/METADATA,sha256=m7y5jwKyenyzQ7apWg2FnPHbvScCE2I7060WIrM18iw,625
|
|
31
|
+
internal-1.0.37.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
32
|
+
internal-1.0.37.dist-info/RECORD,,
|
|
File without changes
|