Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfoxwork committed Jan 17, 2025
1 parent bae2368 commit 736471c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from fastapi import FastAPI

from routes import movie_router
# from routes import movies

app = FastAPI(
title="Movies homework",
Expand All @@ -11,4 +10,3 @@
api_version_prefix = "/api/v1"

app.include_router(movie_router, prefix=f"{api_version_prefix}/theater", tags=["theater"])
# app.include_router(movies.router)

0 comments on commit 736471c

Please sign in to comment.