config.js error fix

parent 5c89fb0d
Showing with 1 additions and 1 deletions
/* global angular */
angular.module('dashboardConfig', []).constant('config', {
backend: 'http://' + window.location.host,
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