Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
elman23 committed Sep 26, 2023
1 parent 31f07bc commit 44b9731
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from . import auth
from .routers import post, user, vote
from fastapi.middleware.cors import CORSMiddleware
from database import Base, engine


# Auto generate database
Expand All @@ -22,9 +21,6 @@
)


Base.metadata.create_all(bind=engine)


app.include_router(auth.router)
app.include_router(post.router)
app.include_router(user.router)
Expand Down

0 comments on commit 44b9731

Please sign in to comment.