Created ServersService test

This commit is contained in:
Alejandro Celaya
2018-08-24 10:58:37 +02:00
parent 53a4240219
commit 76ae27707b
4 changed files with 134 additions and 21 deletions

View File

@@ -30,4 +30,5 @@ export class ServersService {
);
}
export default new ServersService(Storage);
const serversService = new ServersService(Storage);
export default serversService;