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

@ -44,14 +44,14 @@ ROOT_PATH=/path/to/template/directory/and/sqliteDB
## Routes ## Routes
| Route | Description | | Route | Description |
| ---------- | -------------------------------------------------- | | ------------ | -------------------------------------------------- |
| / | shows the last 5 posts | | `/` | shows the last 5 posts |
| /id/<id> | shows a single post by id | | `/id/<id>` | shows a single post by id |
| /all | shows all posts | | `/all` | shows all posts |
| /submit | set your submit token and create posts | | `/submit` | set your submit token and create posts |
| /edit/<id> | edit, delete or hide posts | | `/edit/<id>` | edit, delete or hide posts |
| /about | information about this blog, social media accounts | | `/about` | information about this blog, social media accounts |
**API Routes** **API Routes**