Start fixing forecast service API 8
This commit is contained in:
@@ -89,8 +89,8 @@ app.add_middleware(
|
||||
)
|
||||
|
||||
# Include API routers
|
||||
app.include_router(forecasts.router, prefix="/api/v1/forecasts", tags=["forecasts"])
|
||||
app.include_router(predictions.router, prefix="/api/v1/predictions", tags=["predictions"])
|
||||
app.include_router(forecasts.router, prefix="/api/v1", tags=["forecasts"])
|
||||
app.include_router(predictions.router, prefix="/api/v1", tags=["predictions"])
|
||||
|
||||
@app.get("/health")
|
||||
async def health_check():
|
||||
|
||||
Reference in New Issue
Block a user