Attempting to fix downstream import issue
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 28s
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 28s
This commit is contained in:
parent
8d223b9a15
commit
a29dd780e8
1 changed files with 4 additions and 3 deletions
|
|
@ -13,6 +13,7 @@ export {
|
||||||
StaticFileResolver,
|
StaticFileResolver,
|
||||||
OAuthApp
|
OAuthApp
|
||||||
};
|
};
|
||||||
export * from './controllers';
|
|
||||||
export * from './decorators';
|
export * from './controllers/index';
|
||||||
export * from './middlewares';
|
export * from './decorators/index';
|
||||||
|
export * from './middlewares/index';
|
||||||
Loading…
Add table
Add a link
Reference in a new issue