remove default posts

This commit is contained in:
agatha 2024-03-31 22:25:10 -04:00
parent 89a959a3da
commit 854b42924c

View File

@ -20,10 +20,7 @@ class PostCreate(BaseModel):
content: str
POSTS = [
Post(1, 'first post', 'fbpb'),
Post(2, 'second_post', 'second post bitttttch')
]
POSTS = []
@app.get("/")