Skip to content

Commit

Permalink
specified default fileserviceUrlTemplate: '/api/fileservice/{}/view'
Browse files Browse the repository at this point in the history
  • Loading branch information
smesdaghi committed Dec 24, 2015
1 parent da62a2c commit 7afa8e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/configuration/ConfigService.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
authStatus: 401,
id: 0,
proxy: '/proxy/?url=',
nominatimUrl: 'http://nominatim.openstreetmap.org'
nominatimUrl: 'http://nominatim.openstreetmap.org',
fileserviceUrlTemplate: '/api/fileservice/{}/view'
};

if (goog.isDefAndNotNull($window.config)) {
Expand Down

0 comments on commit 7afa8e7

Please sign in to comment.