Create and update Blogs

Started work on author info
This commit is contained in:
Caleb Gardner
2024-07-02 01:45:07 -05:00
parent 5af5de7719
commit 68edbca349
5 changed files with 160 additions and 33 deletions
+2
View File
@@ -13,6 +13,7 @@ A simple blog module for darkstorm-backend.
```json
{
id: "authorID",
name: "author name",
about: "about",
picurl: "picture URL"
}
@@ -26,6 +27,7 @@ Must have a auth token for a user with the `"blog": "admin"` permission.
```json
{
name: "author name",
about: "about",
picurl: "picture url"
}