Skip to content

Commit

Permalink
Merge pull request #39 from SGodV/pref-优化请求路径
Browse files Browse the repository at this point in the history
pref: Optimize request path
  • Loading branch information
CareyWang authored Dec 8, 2023
2 parents d446e60 + 5cb9c40 commit cd89b66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -152,4 +153,4 @@
</style>
</body>

</html>
</html>

0 comments on commit cd89b66

Please sign in to comment.