Skip to content

Commit

Permalink
chore(core): removes unnecessary export
Browse files Browse the repository at this point in the history
  • Loading branch information
johaven committed Jun 3, 2024
1 parent 3249efa commit e064680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/helpers/router-method-factory.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { HttpServer } from '@nestjs/common';
import { RequestMethod } from '@nestjs/common/enums/request-method.enum';

export const REQUEST_METHOD_MAP = {
const REQUEST_METHOD_MAP = {
[RequestMethod.GET]: 'get',
[RequestMethod.POST]: 'post',
[RequestMethod.PUT]: 'put',
Expand Down

0 comments on commit e064680

Please sign in to comment.