Spaces:
Runtime error
Runtime error
Kevin Li
commited on
Commit
·
7b8bc92
1
Parent(s):
ef444a7
Fix error in `README.MD` about `http://localhost:8000/env`
Browse files
README.MD
CHANGED
|
@@ -80,6 +80,6 @@ $ curl http://localhost:8000/health
|
|
| 80 |
{"status":"healthy"}
|
| 81 |
```
|
| 82 |
|
| 83 |
-
In debug mode (`DEBUG=true`), [http://localhost:8000/env](http://localhost:8000/env) will pretty-print the non-sensitive environment variables as JSON.
|
| 84 |
|
| 85 |
Uvicorn will restart the application automatically when any source files are changed.
|
|
|
|
| 80 |
{"status":"healthy"}
|
| 81 |
```
|
| 82 |
|
| 83 |
+
In debug mode (`DEBUG=true`), [http://localhost:8000/api/v1/env](http://localhost:8000/api/v1/env) will pretty-print the non-sensitive environment variables as JSON.
|
| 84 |
|
| 85 |
Uvicorn will restart the application automatically when any source files are changed.
|