1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-19 08:52:25 +01:00

4 lines
116 B
Plaintext
Raw Normal View History

2016-03-23 18:39:41 +01:00
Application.Services.service('es', function (esFactory) {
2018-11-21 11:08:53 +01:00
return esFactory({ host: window.location.origin });
});