fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-01-05 21:35:45 +01:00
parent 6cf6286fb8
commit 8285e58337
4 changed files with 5 additions and 6 deletions

View File

@ -4,4 +4,4 @@ import create_auth_handler from './AuthHandler';
import blacklist from './Blacklist';
import authority from './Authority';
export default { create_gateway, create_auth_handler, blacklist, authority };
export { create_gateway, create_auth_handler, blacklist, authority };