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

pref: Optimize request path
This commit is contained in:
Carey Wong 2023-12-08 14:41:16 +08:00 committed by GitHub
commit cd89b66d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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