Skip to content

Commit

Permalink
Merge pull request #95 from KenMwaura1/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
KenMwaura1 authored Sep 8, 2023
2 parents 689c855 + 4a026f3 commit 843db8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export PORT=${PORT:-8001}
# Activate the virtual environment
source venv/bin/activate


# The program is run with the following command:
exec uvicorn --reload --host "$HOST" --port "$PORT" "$APP_MODULE"

Expand Down
1 change: 0 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
app_name="app.main:app"



if __name__ == '__main__':
uvicorn.run(app_name, host=host, port=port)

0 comments on commit 843db8c

Please sign in to comment.