We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d280aa commit 43e2a80Copy full SHA for 43e2a80
1 file changed
main.py
@@ -14,6 +14,9 @@
14
product_handler,
15
ws_handler,
16
category_handler)
17
+
18
19
+UPLOAD_DIR = "/home/ubuntu/backend-app/uploads"
20
21
# FastAPI 애플리케이션 생성
22
app = FastAPI()
0 commit comments