Skip to content

Commit

Permalink
grammar mistake in table
Browse files Browse the repository at this point in the history
  • Loading branch information
parkrafael committed Jan 18, 2025
1 parent ea3435c commit e38f7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/examples/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Avaliable Routes
| Description | Path |
|----------|----------|
| Generate Token | `POST` /api/auth/token |
| Generate token | `POST` /api/auth/token |
| Create logbook | `POST` api/logbooks/{type} |
| Retrieve all of user's logbooks | `GET` api/logbooks/ |
| Retrieve logbook details (id, type, time created) | `GET` api/logbooks/{logbookID} |
Expand Down

0 comments on commit e38f7e6

Please sign in to comment.