Sudipta Nayak
commited on
Commit
·
736bf26
1
Parent(s):
c1364b9
issue fix-1
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -5,7 +5,7 @@ from fastapi.middleware.cors import CORSMiddleware
|
|
5 |
from pydantic import BaseModel
|
6 |
import subprocess
|
7 |
from pathlib import Path
|
8 |
-
from
|
9 |
|
10 |
app = FastAPI(
|
11 |
title=settings.PROJECT_NAME, openapi_url=f"{settings.API_V1_STR}/openapi.json"
|
|
|
5 |
from pydantic import BaseModel
|
6 |
import subprocess
|
7 |
from pathlib import Path
|
8 |
+
from config import settings
|
9 |
|
10 |
app = FastAPI(
|
11 |
title=settings.PROJECT_NAME, openapi_url=f"{settings.API_V1_STR}/openapi.json"
|