mohsin-devs commited on
Commit
a9fa582
·
1 Parent(s): 635663e

Sync frontend index with local version

Browse files
Files changed (1) hide show
  1. index.html +4 -1
index.html CHANGED
@@ -203,6 +203,9 @@
203
  </div>
204
  </div>
205
 
206
- <script type="module" src="js/main.js?v=8"></script>
 
 
 
207
  </body>
208
  </html>
 
203
  </div>
204
  </div>
205
 
206
+ <script>
207
+ window.__DOCVAULT_REMOTE_API_BASE__ = 'https://mohsin-devs-docvault.hf.space/api';
208
+ </script>
209
+ <script type="module" src="js/main.js?v=7"></script>
210
  </body>
211
  </html>