diff options
author | Kyomotoi <[email protected]> | 2020-08-03 00:31:06 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-08-03 00:31:06 +0800 |
commit | a4a0aa5a2cad49278f66c230288374af3f1b4c46 (patch) | |
tree | 26338ca98167852bd1817ab8dc34c17bd611722d | |
parent | 0a9e22b3681efb24b93be9d3b374a233d86b4f0f (diff) | |
download | ATRI-a4a0aa5a2cad49278f66c230288374af3f1b4c46.tar.gz ATRI-a4a0aa5a2cad49278f66c230288374af3f1b4c46.tar.bz2 ATRI-a4a0aa5a2cad49278f66c230288374af3f1b4c46.zip |
[Update] new function
-rw-r--r-- | run_API.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_API.sh b/run_API.sh new file mode 100644 index 0000000..552ccb0 --- /dev/null +++ b/run_API.sh @@ -0,0 +1 @@ +uvicorn API:app --reload --host 127.0.0.1 --port 25565
\ No newline at end of file |