Commit 39dcc61
committed
Update uvicorn app path in main.py files
Changed the uvicorn.run app path from the full module path to 'main:app' in both pizzaz_server_python and solar-system_server_python main.py files for consistency and improved portability.1 parent 5fb4ae5 commit 39dcc61
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
0 commit comments