summaryrefslogtreecommitdiff
path: root/www/js/router.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/router.js')
-rw-r--r--www/js/router.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/router.js b/www/js/router.js
index 9e11383..cbd453c 100644
--- a/www/js/router.js
+++ b/www/js/router.js
@@ -66,6 +66,7 @@ Rdxport.Router.prototype.route = function(page, subpage) {
if (!rdxport) {
rdxport = new Rdxport.Rdxport(this.auth.username, this.auth.token, '/rd-bin/rdxport.cgi');
rdxport.setListDropboxesEndpoint('/rh-bin/listdropboxes.cgi');
+ rdxport.setCutEvergreenEndpoint('/rh-bin/cutevergreen.cgi');
rdxport.setMusicgridEndpoint('/rh-bin/musicgrid.cgi');
}