Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Update cors proxy port number
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jan 10, 2014
1 parent 4ab7dd5 commit f2aaff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ angular.module('myApp.configuration', [])
enabled: true,
corsProxifyUrl: function corsProxifyUrl(uri) {
// return 'http://data.fm/proxy?uri='+encodeURIComponent(uri);
return 'https://localhost:8443/srv/cors?url='+encodeURIComponent(uri);
return 'http://localhost:9000/srv/cors?url='+encodeURIComponent(uri);
}
}
});
Expand Down

0 comments on commit f2aaff6

Please sign in to comment.