-
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.
- Loading branch information
1 parent
ed2825f
commit 64a2fde
Showing
1 changed file
with
18 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
export const BASE_URL = "http://localhost:8080"; | ||
// export const BASE_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 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 BASE_URL = "https://nova-music.ru"; | ||
export const BASE_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 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"; |