fixed <id> not showing in route description

This commit is contained in:
mtrx 2021-04-03 23:30:06 +02:00 committed by GitHub
parent accbdb6f7a
commit 787d40fb6b
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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**