feat: export auth router
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import { router as record } from './record';
|
||||
import { router as workflow } from './workflow';
|
||||
import { router as storage } from './storage';
|
||||
import { router as auth } from './auth';
|
||||
|
||||
export {
|
||||
record,
|
||||
workflow,
|
||||
storage,
|
||||
auth,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user