mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
change server port to localhost 1970
+ change img server to localhost 1971 + add loading = lazy to images
This commit is contained in:
@@ -3,7 +3,7 @@ import { reactive } from "vue";
|
||||
|
||||
const loading = ref(false);
|
||||
const settings = reactive({
|
||||
uri: "http://127.0.0.1:9876",
|
||||
uri: "http://127.0.0.1:1970",
|
||||
});
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user