Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoOMaia committed Nov 26, 2023
1 parent 522a198 commit 6360400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rest_API/static/scripts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const url_songs = 'http://playlist-recommender-ml.default.svc.cluster.local:32196/api/songs';
const url_recommend = 'http://playlist-recommender-ml.default.svc.cluster.local:32196/api/recommend';
const url_songs = 'http://10.102.75.219:32196/api/songs';
const url_recommend = 'http://10.102.75.219:32196/api/recommend';

let allSongsList = []; // Initialize as an empty array

Expand Down

0 comments on commit 6360400

Please sign in to comment.