mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
rebuild search route with custom pages for tracks, album, and artists
This commit is contained in:
committed by
Mungai Njoroge
parent
264406aef4
commit
8e258eaf24
+2
-2
@@ -1,5 +1,5 @@
|
||||
// "local" | "remote"
|
||||
let mode = "local";
|
||||
let mode = "remote";
|
||||
|
||||
export interface D<T = string> {
|
||||
[key: string]: T;
|
||||
@@ -7,7 +7,7 @@ export interface D<T = string> {
|
||||
|
||||
const domains: D = {
|
||||
local: "http://localhost:",
|
||||
remote: "http://10.5.71.115:",
|
||||
remote: "http://10.16.22.240:",
|
||||
};
|
||||
|
||||
const ports = {
|
||||
|
||||
Reference in New Issue
Block a user