ranar110 commited on
Commit
bfe9dec
·
1 Parent(s): 097299d

Fix network error: Change API URL from localhost to relative path

Browse files
Files changed (1) hide show
  1. static/tester.html +1 -2
static/tester.html CHANGED
@@ -103,8 +103,7 @@
103
 
104
  <div class="form-group">
105
  <label for="apiUrl">API Endpoint URL</label>
106
- <input type="text" id="apiUrl" value="http://127.0.0.1:8000/detect"
107
- placeholder="http://127.0.0.1:8000/detect">
108
  </div>
109
 
110
  <div class="form-group">
 
103
 
104
  <div class="form-group">
105
  <label for="apiUrl">API Endpoint URL</label>
106
+ <input type="text" id="apiUrl" value="/detect" placeholder="/detect">
 
107
  </div>
108
 
109
  <div class="form-group">