Fixing config in navurls

stable
Alejandro Alonso 2015-01-30 12:51:59 +01:00
parent dbed5cc181
commit 8cacf4e824
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class UrlsService extends taiga.Service
constructor: (@config) ->
@.urls = {}
@.mainUrl = config.get("api")
@.mainUrl = @config.get("api")
update: (urls) ->
@.urls = _.merge(@.urls, urls)