break down the api blueprint into smaller blueprints

This commit is contained in:
geoffrey45
2022-03-20 16:29:31 +03:00
parent 1908633f9d
commit e889d0ef55
24 changed files with 460 additions and 336 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import axios from "axios";
const url = "http://0.0.0.0:9876/search/loadmore";
const url = "http://10.5.8.182:9876/search/loadmore";
async function loadMoreTracks(start) {
const response = await axios.get(url, {