-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add popular for tracks, fix search error
- Loading branch information
1 parent
761a11e
commit 0d29b48
Showing
4 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
// export const BASE_URL = "http://localhost:8080"; | ||
|
||
/* export const API_USER_URL = "http://localhost:8080"; | ||
export const API_USER_URL = "http://localhost:8080"; | ||
export const API_ALBUM_URL = "http://localhost:8080"; | ||
export const API_ARTIST_URL = "http://localhost:8080"; | ||
export const API_PLAYLIST_URL = "http://localhost:8080"; | ||
export const API_TRACK_URL = "http://localhost:8080"; | ||
export const API_GENRE_URL = "http://localhost:8080"; | ||
export const API_CSAT_URL = "http://localhost:8080"; | ||
export const S3_URL = "http://localhost:8010"; */ | ||
export const S3_URL = "http://localhost:8010"; | ||
|
||
export const BASE_URL = "https://nova-music.ru"; | ||
|
||
export const API_USER_URL = "https://nova-music.ru"; | ||
/* export const API_USER_URL = "https://nova-music.ru"; | ||
export const API_ALBUM_URL = "https://nova-music.ru"; | ||
export const API_ARTIST_URL = "https://nova-music.ru:"; | ||
export const API_PLAYLIST_URL = "https://nova-music.ru"; | ||
export const API_TRACK_URL = "https://nova-music.ru"; | ||
export const API_GENRE_URL = "https://nova-music.ru"; | ||
export const API_CSAT_URL = "https://nova-music.ru"; | ||
export const S3_URL = "https://nova-music.ru:8010"; | ||
export const S3_URL = "https://nova-music.ru:8010"; */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters