Commit 20067e2
committed
chore: Scripts - start_local - Using fastapi dev to avoid the broken http://0.0.0.0:8000 URL in the log
The app does not work (browser disables the crypto package) when accessed via http://0.0.0.0:8000 (but http://127.0.0.1:8000 or https://* work) .
We can either use `fastapi run --host 127.0.0.1` or `fastapi dev` to make the correct URL show up in the log.1 parent 2d8b78d commit 20067e2
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments