diff options
-rw-r--r-- | run_API.bat | 1 | ||||
-rw-r--r-- | run_API.sh | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/run_API.bat b/run_API.bat deleted file mode 100644 index 4fd4298..0000000 --- a/run_API.bat +++ /dev/null @@ -1 +0,0 @@ -uvicorn API:app --reload --host 0.0.0.0 --port 80
\ No newline at end of file diff --git a/run_API.sh b/run_API.sh deleted file mode 100644 index 4fd4298..0000000 --- a/run_API.sh +++ /dev/null @@ -1 +0,0 @@ -uvicorn API:app --reload --host 0.0.0.0 --port 80
\ No newline at end of file |