mirror of https://github.com/tiangolo/fastapi.git
Merge 7d844327f8 into 5ca11c59e3
This commit is contained in:
commit
a37289b32d
|
|
@ -54,7 +54,7 @@ In the output, there's a line with something like:
|
|||
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
|
||||
```
|
||||
|
||||
That line shows the URL where your app is being served, in your local machine.
|
||||
That line shows the URL where your app is being served on your local machine.
|
||||
|
||||
### Check it { #check-it }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue