Spaces:
Sleeping
Sleeping
Update root path for swagger
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ app = FastAPI(
|
|
| 13 |
title="Candidate Explorer Service",
|
| 14 |
description="Candidate Explorer Service",
|
| 15 |
docs_url="/docs",
|
| 16 |
-
root_path="/CandidateExplorer
|
| 17 |
)
|
| 18 |
app.add_middleware(**cors_context)
|
| 19 |
|
|
|
|
| 13 |
title="Candidate Explorer Service",
|
| 14 |
description="Candidate Explorer Service",
|
| 15 |
docs_url="/docs",
|
| 16 |
+
root_path="/CandidateExplorer"
|
| 17 |
)
|
| 18 |
app.add_middleware(**cors_context)
|
| 19 |
|