internal 1.0.35__py3-none-any.whl → 1.0.36__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(f'/api/system/health', tags=["System"])
202
+ @router.get(f'/health', tags=["System"])
203
203
  async def health():
204
204
  return await async_response()
205
205
 
206
- @router.get(f'/api/system/hello', tags=["System"])
206
+ @router.get(f'/hello', tags=["System"])
207
207
  async def hello():
208
208
  return await async_response(data={"API version": app.version})
209
209
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: internal
3
- Version: 1.0.35
3
+ Version: 1.0.36
4
4
  Summary:
5
5
  Author: Ray
6
6
  Author-email: ray@cruisys.com
@@ -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=8n7dNfBKsEHg1GdpPzamF8tZOQLFb6nSZoeEvGTlG08,8552
3
+ internal/base_factory.py,sha256=Db1aQEfP4-HSZ2jJwGHhKlVETvjrPA8ZlkXFqjCgHAs,8530
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.35.dist-info/METADATA,sha256=WXNZCgb8vjgrDcrMHam4i_BYOxqqTwnoYnbg2HJnun4,625
31
- internal-1.0.35.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
32
- internal-1.0.35.dist-info/RECORD,,
30
+ internal-1.0.36.dist-info/METADATA,sha256=KJGQ1QtnUbaIXJ92jZrVp0t-4xblylMP16XryLvyuhU,625
31
+ internal-1.0.36.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
32
+ internal-1.0.36.dist-info/RECORD,,