hamza82 commited on
Commit
531568e
·
verified ·
1 Parent(s): 6fee893

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +2 -2
run.sh CHANGED
@@ -13,8 +13,8 @@
13
  echo "Starting Nginx..."
14
  service nginx start
15
  service nginx status
16
- curl http://localhost:8080
17
- curl http://localhost:8080/custom-auth
18
 
19
  # Assuming your backend server is a Python application that you want to run on port 8000.
20
  # Adjust the command below to match how you start your backend server.
 
13
  echo "Starting Nginx..."
14
  service nginx start
15
  service nginx status
16
+ curl https://huggingface.co/spaces/hamza82/backend
17
+ curl https://huggingface.co/spaces/hamza82/backend
18
 
19
  # Assuming your backend server is a Python application that you want to run on port 8000.
20
  # Adjust the command below to match how you start your backend server.