ishaq101 commited on
Commit
a33bafc
·
1 Parent(s): cbb46b1

Update root path for swagger

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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