Skip to content

Commit

Permalink
Fix links (#207)
Browse files Browse the repository at this point in the history
* add_tests_dependencies

* fix links

Co-authored-by: Michael <michael@viz.ai>
  • Loading branch information
1 parent 4099546 commit 19e7556
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ python manage.py runserver

Your default endpoints will be in this url:
```bash
http://127.0.0.1:5000/films/
http://127.0.0.1:5000/actors/
http://127.0.0.1:5000/films
http://127.0.0.1:5000/actors
```

This URL is set in your `config.yml`:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements.txt
tox==3.20.0
coverage==5.3
pylint==2.6.0
pylint==2.6.0

0 comments on commit 19e7556

Please sign in to comment.