Skip to content

Commit

Permalink
Merge pull request #81 from Sourav-Tekdi/userNameSuggation
Browse files Browse the repository at this point in the history
White listed user name suggestion Api
  • Loading branch information
Shubham4026 authored Jan 28, 2025
2 parents fb9ad64 + 5b82b45 commit e6570ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/middleware/apiConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ export const apiList = {
'/user/v1/check': createRouteObject({
post: {},
}),
'/user/v1/suggestUsername': createRouteObject({
post: {},
}),
'/user/v1/auth/refresh': createRouteObject({
post: {},
}),
Expand Down Expand Up @@ -1615,6 +1618,7 @@ export const publicAPI = [
'/prathamservice/v1/import-user',
'/user/v1/fields/options/delete/:identifier',
'/user/v1/check',
'/user/v1/suggestUsername',
];

// api which required academic year
Expand Down

0 comments on commit e6570ad

Please sign in to comment.