Browse Source

Merge pull request #39 from SGodV/pref-优化请求路径

pref: Optimize request path
Carey Wong 1 year ago
parent
commit
cd89b66d7f
1 changed files with 3 additions and 2 deletions
  1. 3 2
      public/index.html

+ 3 - 2
public/index.html

@@ -34,7 +34,8 @@
 
   <script>
     const repo = 'https://github.com/CareyWang/MyUrls'
-    const backend = 'http://example.com'
+    // const backend = 'http://example.com'
+    const backend = '.'
 
     let app = new Vue({
       el: "#app",
@@ -152,4 +153,4 @@
   </style>
 </body>
 
-</html>
+</html>