Skip to content

Commit 13be8b3

Browse files
committed
fix(user): add missing parameters for month in review
1 parent 7703b9e commit 13be8b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • projects/api/src/contracts/users

projects/api/src/contracts/users/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const ENTITY_LEVEL = builder.router({
186186
},
187187
},
188188
month_in_review: {
189-
path: '/mir',
189+
path: '/mir/:year/:month',
190190
pathParams: profileParamsSchema
191191
.merge(monthInReviewParamsSchema),
192192
query: extendedMediaQuerySchema,

0 commit comments

Comments
 (0)