move links back to localhost

This commit is contained in:
geoffrey45
2022-03-21 01:02:23 +03:00
parent 9006566c67
commit b3dac9ee23
7 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import axios from "axios";
const url = "http://10.5.8.182:9876/search/loadmore";
const url = "http://127.0.0.1:9876/search/loadmore";
async function loadMoreTracks(start) {
const response = await axios.get(url, {