Skip to content

Commit 6400f5e

Browse files
committed
Code cleanup
1 parent 620d321 commit 6400f5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ uv venv
3030

3131
## Database setup:
3232

33-
- This project uses PostgreSQL database with SQLAlchemy ORM with marshmallow for object SerDes.
33+
- This project uses PostgreSQL database with SQLAlchemy ORM and marshmallow model schema.
3434

3535
## Create Database
3636

src/controllers/AuthorController.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async def create():
2929
"""
3030
Create Author
3131
"""
32-
if request.method == "POST":
32+
if request.method == "POST":
3333
user = session['user']
3434
logging.debug(f"author.create user: {user}")
3535
try:

0 commit comments

Comments
 (0)