Skip to content

Commit

Permalink
chore: main.py 파일 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
anandashin committed Jan 1, 2025
1 parent 5e12bb0 commit b49ae87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watchapedia/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from fastapi.exceptions import RequestValidationError
from fastapi.exception_handlers import request_validation_exception_handler
from fastapi.requests import Request
from common.errors import MissingRequiredFieldError
from watchapedia.common.errors import MissingRequiredFieldError
from fastapi.middleware.cors import CORSMiddleware

app = FastAPI()
Expand Down

0 comments on commit b49ae87

Please sign in to comment.