main.py 177 B

1234567891011
  1. from fastapi import FastAPI
  2. app = FastAPI()
  3. HEALTH_URL = "/health"
  4. @app.get(HEALTH_URL)
  5. def health():
  6. return
  7. import enpoints.get_upload_credential
  8. import enpoints.retrieval