Skip to content

Commit

Permalink
OV-456: * white routes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy4 committed Sep 28, 2024
1 parent f8056e8 commit c60fa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/common/constants/white-routes.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const WHITE_ROUTES = [
},
{
path: `/api/v1${ApiPath.PUBLIC_VIDEO}/`,
method: HTTPMethod.GET,
method: HTTPMethod.POST,
},
{
path: /\/v1\/documentation\/.*/,
Expand Down

0 comments on commit c60fa26

Please sign in to comment.