Skip to content

Commit b77d8b3

Browse files
committed
tls 적용
1 parent 5ad1695 commit b77d8b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
version_time = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
4848
app = FastAPI(title="WENIV EDU API", description="WENIV EDU API", version=version_time,
49-
openapi_url="/openapi.json", docs_url="/docs", redoc_url="/redoc",)
49+
openapi_url="/openapi.json", docs_url="/docs", redoc_url="/redoc",root_path="/services/fastapi-crud")
5050

5151
app.add_middleware(
5252
CORSMiddleware,

0 commit comments

Comments
 (0)