ffffng/server/templates/config.js.template

5 lines
211 B
Plaintext
Raw Normal View History

// TODO: This is deprecated. Remove some time after re-launch. Used only for legacy clients that have not yet reloaded.
2014-06-06 21:22:57 +02:00
'use strict';
2016-06-07 14:08:04 +02:00
angular.module('ffffng').constant('config', <%= JSON.stringify(config) %>);