Skip to content

Commit

Permalink
Fix Endpoints in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ldb committed Jun 7, 2018
1 parent 665b0d8 commit b081e46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ The backend for eduBoard, written in Go with [httprouter](https://github.com/jul
- `/` reservered for frontend static files

### Registration
- `/api/v1/register` Register a new user.
- `/api/v1/login` Login an existing user.
- `/api/v1/logout` Logout current user.
- `/api/register` Register a new user.
- `/api/login` Login an existing user.
- `/api/logout` Logout current user.

### User
- `/api/v1/user/:id/courses/` GET users courses.
Expand Down

0 comments on commit b081e46

Please sign in to comment.