We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027c4ae commit ae0520cCopy full SHA for ae0520c
README.md
@@ -78,10 +78,10 @@ Change the Base URL of the API to point to the one we had setup before and enjoy
78
4. Start the server
79
80
```sh
81
- make runserver
+ python3 -m fastapi run app
82
```
83
84
- - Now frontend contents will be accessed from <http://localhost:8000> and API from <http://localhost:8000/api/>.
+ - Now both API and frontend contents will be served from <http://localhost:8000>
85
86
> [!NOTE]
87
> Purpose to checkout [Youtube-Downloader-API](https://github.com/Simatwa/youtube-downloader-api) to learn more about customizing the REST-API.
0 commit comments