This repository has been archived on 2024-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
oauth2-provider/src/controller/index.ts
2022-02-25 18:31:59 +02:00

4 lines
91 B
TypeScript

export * from './authorization';
export * from './introspection';
export * from './token';