Skip to content

Commit

Permalink
#87: Remove debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Oct 15, 2019
1 parent c74c0cf commit 2763929
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ This is illustrated below.
The main entry point is in `/src/main.py`. This is where each endpoint route is defined and its
related class imported e.g.
`api.add_resource(DatafilesWithID, "/datafiles/<int:id>")`
Debugging may also be turned on or off with, `app.run(debug=True)` and `app.run()` respectively.
When debugging is enabled the api will restart every time code changes are detected.


#### Endpoints:
Expand Down

0 comments on commit 2763929

Please sign in to comment.