more styling
This commit is contained in:
parent
e19663d4e6
commit
fda295b8f8
1 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ All configuration options are defined in crablog.env, an example configuration i
|
|||
When not using Docker you may have to add crablog.env to your startup script or define the variables there.
|
||||
|
||||
`crablog.env`
|
||||
```bash
|
||||
```
|
||||
USERNAME=yourusername
|
||||
EMAIL=me@mydomain.tld
|
||||
BIND_PORT=8000
|
||||
|
@ -55,6 +55,6 @@ ROOT_PATH=/path/to/template/directory/and/sqliteDB
|
|||
|
||||
**API Routes**
|
||||
|
||||
| Route | Description |
|
||||
| -------------- | ------------------------- |
|
||||
| api/blog/posts | returns all posts as json |
|
||||
| Route | Description |
|
||||
| ---------------- | ------------------------- |
|
||||
| `api/blog/posts` | returns all posts as json |
|
||||
|
|
Loading…
Reference in a new issue