Skip to content

Commit

Permalink
reexport js-restful api
Browse files Browse the repository at this point in the history
  • Loading branch information
mseemann committed May 10, 2016
1 parent 9215ac7 commit ffe25e1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/js-restful-express.ts
@@ -1,6 +1,24 @@
export { ExpressServiceRegistry } from './express/service-registry';
export { RenderWith, ExpressContext } from './express/decorators';
export { ExpressContextType, ISecurityContextFactory } from './express/descriptions';
// reexport js-restful to make usage easier.
export {
GET,
POST,
PUT,
DELETE,
Path,
PathParam,
HeaderParam,
QueryParam,
Context,
PermitAll,
SecurityContext,
RolesAllowed,
HttpMethod,
ContextTypes,
ISecurityContext,
IUser } from 'js-restful';



0 comments on commit ffe25e1

Please sign in to comment.