remove default posts
This commit is contained in:
parent
89a959a3da
commit
854b42924c
@ -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("/")
|
||||
|
Loading…
Reference in New Issue
Block a user