We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620d321 commit 6400f5eCopy full SHA for 6400f5e
2 files changed
README.md
@@ -30,7 +30,7 @@ $ uv venv
30
31
## Database setup:
32
33
-- This project uses PostgreSQL database with SQLAlchemy ORM with marshmallow for object SerDes.
+- This project uses PostgreSQL database with SQLAlchemy ORM and marshmallow model schema.
34
35
## Create Database
36
src/controllers/AuthorController.py
@@ -29,7 +29,7 @@ async def create():
29
"""
Create Author
- if request.method == "POST":
+ if request.method == "POST":
user = session['user']
logging.debug(f"author.create user: {user}")
try:
0 commit comments