From 787d40fb6b363103a0e2f9f7077bf639b14a5444 Mon Sep 17 00:00:00 2001 From: mtrx Date: Sat, 3 Apr 2021 23:30:06 +0200 Subject: [PATCH] fixed not showing in route description --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c86542e..fb7a118 100644 --- a/README.md +++ b/README.md @@ -44,14 +44,14 @@ ROOT_PATH=/path/to/template/directory/and/sqliteDB ## Routes -| Route | Description | -| ---------- | -------------------------------------------------- | -| / | shows the last 5 posts | -| /id/ | shows a single post by id | -| /all | shows all posts | -| /submit | set your submit token and create posts | -| /edit/ | edit, delete or hide posts | -| /about | information about this blog, social media accounts | +| Route | Description | +| ------------ | -------------------------------------------------- | +| `/` | shows the last 5 posts | +| `/id/` | shows a single post by id | +| `/all` | shows all posts | +| `/submit` | set your submit token and create posts | +| `/edit/` | edit, delete or hide posts | +| `/about` | information about this blog, social media accounts | **API Routes**