Skip to content

Commit

Permalink
publish decorators for security
Browse files Browse the repository at this point in the history
  • Loading branch information
mseemann committed May 10, 2016
1 parent cb5ec0a commit 07cb079
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/js-restful.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
export { GET, POST, PUT, DELETE, Path, PathParam, HeaderParam, QueryParam, Context } from './core/decorators';
export {
GET,
POST,
PUT,
DELETE,
Path,
PathParam,
HeaderParam,
QueryParam,
Context,
PermitAll,
SecurityContext,
RolesAllowed } from './core/decorators';
export { ServiceParser } from './core/decorator-parser';
export { ServiceDescription, MethodDescription, HttpMethod, ParamDescription, ContextTypes } from './core/descriptions';
export { DecoratorUtil } from './core/decoratorUtil';
Expand Down

0 comments on commit 07cb079

Please sign in to comment.