Skip to content

Commit

Permalink
test(actions): test deploy.yml for GitHub Actions compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkweon17 committed Nov 10, 2023
1 parent 7db9f4d commit 2d1a105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#from routers import auth

app = FastAPI()
app = FastAPI()

# 라우터 등록
# app.include_router(auth.router)
Expand Down

0 comments on commit 2d1a105

Please sign in to comment.