This commit is contained in:
7
lib/index.ts
Normal file
7
lib/index.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import create_gateway from './Gateway';
|
||||
import create_auth_handler from './AuthHandler';
|
||||
|
||||
import blacklist from './Blacklist';
|
||||
import authority from './Authority';
|
||||
|
||||
export default { create_gateway, create_auth_handler, blacklist, authority };
|
Reference in New Issue
Block a user