summaryrefslogtreecommitdiff
path: root/src/fauxton/app/addons/activetasks/routes.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/fauxton/app/addons/activetasks/routes.js')
-rw-r--r--src/fauxton/app/addons/activetasks/routes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fauxton/app/addons/activetasks/routes.js b/src/fauxton/app/addons/activetasks/routes.js
index e0454b7a4..89bcfcc36 100644
--- a/src/fauxton/app/addons/activetasks/routes.js
+++ b/src/fauxton/app/addons/activetasks/routes.js
@@ -30,7 +30,7 @@ function (app, FauxtonAPI, Activetasks, Views) {
{"name": "Active tasks", "link": "activetasks"}
],
apiUrl: function(){
- return [this.newtasks.url(), this.newtasks.documentation];
+ return [this.newtasks.url("apiurl"), this.newtasks.documentation];
},
roles: ["_admin"],