updated config.js template file

parent 2498d60a
Showing with 1 additions and 1 deletions
/* global angular */ /* global angular */
angular.module('dashboardConfig', []).constant('config', { angular.module('dashboardConfig', []).constant('config', {
backend: 'https://localhost:1337', backend: 'https://' + window.location.host,
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment