fixed <id> not showing in route description
This commit is contained in:
parent
accbdb6f7a
commit
787d40fb6b
1 changed files with 8 additions and 8 deletions
14
README.md
14
README.md
|
@ -45,13 +45,13 @@ ROOT_PATH=/path/to/template/directory/and/sqliteDB
|
|||
## Routes
|
||||
|
||||
| Route | Description |
|
||||
| ---------- | -------------------------------------------------- |
|
||||
| / | shows the last 5 posts |
|
||||
| /id/<id> | shows a single post by id |
|
||||
| /all | shows all posts |
|
||||
| /submit | set your submit token and create posts |
|
||||
| /edit/<id> | edit, delete or hide posts |
|
||||
| /about | information about this blog, social media accounts |
|
||||
| ------------ | -------------------------------------------------- |
|
||||
| `/` | shows the last 5 posts |
|
||||
| `/id/<id>` | shows a single post by id |
|
||||
| `/all` | shows all posts |
|
||||
| `/submit` | set your submit token and create posts |
|
||||
| `/edit/<id>` | edit, delete or hide posts |
|
||||
| `/about` | information about this blog, social media accounts |
|
||||
|
||||
**API Routes**
|
||||
|
||||
|
|
Loading…
Reference in a new issue