yuan_yi
3 years ago
2 changed files with 10 additions and 4 deletions
@ -1,11 +1,13 @@ |
|||||
'use strict'; |
'use strict'; |
||||
import Func from './func'; |
import { isAuthorized } from './func'; |
||||
import { AuthorizationCode } from './authCode'; |
import { AuthorizationCode } from './authCode'; |
||||
import { ApiTable, RouteTable } from './webapi' |
import { ApiTable, RouteTable } from './webapi' |
||||
|
|
||||
export { |
export { |
||||
Func, |
isAuthorized, |
||||
|
|
||||
|
AuthorizationCode, |
||||
|
|
||||
ApiTable, |
ApiTable, |
||||
RouteTable, |
RouteTable, |
||||
AuthorizationCode, |
|
||||
} |
} |
Loading…
Reference in new issue