mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-11 01:53:51 +00:00
Created ServersService test
This commit is contained in:
@@ -30,4 +30,5 @@ export class ServersService {
|
||||
);
|
||||
}
|
||||
|
||||
export default new ServersService(Storage);
|
||||
const serversService = new ServersService(Storage);
|
||||
export default serversService;
|
||||
|
||||
Reference in New Issue
Block a user