add user
This commit is contained in:
@@ -46,6 +46,11 @@ app.include_router(orders.router, prefix='/orders')
|
||||
app.include_router(orgs.custom_pricing, prefix='/orgs')
|
||||
|
||||
|
||||
@app.get('/health')
|
||||
def health():
|
||||
return {'status': 'available'}
|
||||
|
||||
|
||||
@app.exception_handler(ServiceError)
|
||||
def exc_error(exc: ServiceError):
|
||||
return JSONResponse(
|
||||
|
||||
Reference in New Issue
Block a user