Your Name 4 years ago
parent
commit
ae68b0d2a0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      similar_server/api-s.sh

+ 2 - 0
similar_server/api-s.sh

@@ -0,0 +1,2 @@
+#!/bin/sh
+uvicorn main:app --host 0.0.0.0 --port 8080 --reload