Skip to content

Commit

Permalink
Delete old text that referred to non-existing user story regarding ea…
Browse files Browse the repository at this point in the history
…ch user having its own unique colour
  • Loading branch information
WillQizza authored Oct 25, 2024
1 parent 7034c94 commit 3f2fced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/labsignments/flask.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ It does not need to save this to a database or file, it's fine to just keep it i

## Create API for Model

Each item in the outline and each user needs a URL in the Flask backend that is accessible by the JS frontend.
Each item in the outline needs a URL in the Flask backend that is accessible by the JS frontend.

* `GET /outline/` should get a JSON respresentation of the root item.
* `GET /outline/1/2/3/` should get a JSON representation of the 4th item in the 3rd item in 2nd item in the root item.
Expand Down

0 comments on commit 3f2fced

Please sign in to comment.