Skip to content

Commit

Permalink
added comment how to start the api
Browse files Browse the repository at this point in the history
  • Loading branch information
JKlueber committed Aug 19, 2024
1 parent 6d05c24 commit 918b251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions archive_query_log/api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def _get_processed_progress(
_progress_cache[key] = progress
return progress

# how to start api in bash: "uvicorn main:app --reload"

app = FastAPI()

Expand Down

0 comments on commit 918b251

Please sign in to comment.