mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
break down the api blueprint into smaller blueprints
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user