Skip to content

Commit

Permalink
feat: init commit linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lchen-2101 committed Dec 1, 2023
1 parent 6ad50b7 commit 33c1e94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

app = FastAPI()


@app.get("/test")
def test():
return "test"
return "test"

0 comments on commit 33c1e94

Please sign in to comment.