remove default posts
This commit is contained in:
parent
89a959a3da
commit
854b42924c
@ -20,10 +20,7 @@ class PostCreate(BaseModel):
|
|||||||
content: str
|
content: str
|
||||||
|
|
||||||
|
|
||||||
POSTS = [
|
POSTS = []
|
||||||
Post(1, 'first post', 'fbpb'),
|
|
||||||
Post(2, 'second_post', 'second post bitttttch')
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
@app.get("/")
|
@app.get("/")
|
||||||
|
Loading…
Reference in New Issue
Block a user