Update main.py
Browse files
main.py
CHANGED
|
@@ -19,10 +19,6 @@ app = FastAPI(
|
|
| 19 |
{
|
| 20 |
"url": "https://pvanand-doc-maker.hf.space", # Your production URL
|
| 21 |
"description": "Production server"
|
| 22 |
-
},
|
| 23 |
-
{
|
| 24 |
-
"url": "http://localhost:8000", # Local development URL
|
| 25 |
-
"description": "Local development server"
|
| 26 |
}
|
| 27 |
]
|
| 28 |
)
|
|
|
|
| 19 |
{
|
| 20 |
"url": "https://pvanand-doc-maker.hf.space", # Your production URL
|
| 21 |
"description": "Production server"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
}
|
| 23 |
]
|
| 24 |
)
|