We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e747ca5 commit fcb7beaCopy full SHA for fcb7bea
1 file changed
main.py
@@ -7,7 +7,7 @@
7
# 테이블 자동 생성
8
Base.metadata.create_all(bind=engine)
9
10
-app = FastAPI(title="코알라 오딧세이 Blog API", version="1.0.0"
+app = FastAPI(title="코알라 오딧세이 Blog API", version="1.0.0")
11
12
# CORS — Next.js 개발 서버 및 프로덕션 도메인 허용
13
app.add_middleware(
0 commit comments