internal 1.0.33__py3-none-any.whl → 1.0.34__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
|
@@ -198,10 +198,10 @@ class BaseFactory(metaclass=ABCMeta):
|
|
|
198
198
|
|
|
199
199
|
def __init_builtin_api(self, app):
|
|
200
200
|
|
|
201
|
-
@app.get(f'/api/health', tags=["System"])
|
|
201
|
+
@app.get(f'/api/system/health', tags=["System"])
|
|
202
202
|
async def health():
|
|
203
203
|
return await async_response()
|
|
204
204
|
|
|
205
|
-
@app.get(f'/api/hello', tags=["System"])
|
|
205
|
+
@app.get(f'/api/system/hello', tags=["System"])
|
|
206
206
|
async def hello():
|
|
207
207
|
return await async_response(data={"API version": app.version})
|
|
@@ -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=KZX9cyiQxtaHr1lbqCd3mFlyeJNxNUunrG580PrMgaU,8436
|
|
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.34.dist-info/METADATA,sha256=vRpTU6MjoZSBR1fbNnNdXfwrVgcojtIsXSUOs6J-zng,625
|
|
31
|
+
internal-1.0.34.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
32
|
+
internal-1.0.34.dist-info/RECORD,,
|
|
File without changes
|