(20250614) Ready for deployment with the UI.

This commit is contained in:
2025-06-14 11:38:42 +05:30
parent 00b5aa0abd
commit d1c0ce24f4
3 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Use this to run the microservice without any docker setup.
source .venv/bin/activate
python3 "$(pwd)/api/main.py" --host "0.0.0.0" --port 5102 --script-id "yZqq2NVo" --debug &
python3 "$(pwd)/api_v2/main.py" --host "0.0.0.0" --port 5102 --script-id "yZqq2NVo" --debug &
deactivate
# All done: