Multiple fixes and added article get endpoint for authors

This commit is contained in:
2022-02-02 16:00:56 +01:00
parent 6a6283f781
commit 3c8fd32345
11 changed files with 141 additions and 20 deletions

4
.env
View File

@@ -2,8 +2,8 @@ SERVER_PORT=8080
# the global address of your webserver (protocol://domain[:port]). make sure this DOES NOT has a trailing slash
ADDRESS=http://localhost:8080
# the path you serve on. must be at least a slash
Path=/
# the path you serve on
SUBPATH=
DATABASE_FILE=database.sqlite3
FRONTEND_DIR=./frontend/