📝 docs: add schema documentation to OAuth provider routes

This commit is contained in:
2026-03-10 12:00:00 +07:00
parent 97dc26ed82
commit dc350d006b
3 changed files with 60 additions and 3 deletions

View File

@ -9,8 +9,8 @@ export const getOauthProvidersController = (ctx: Context) => {
return returnReadResponse(
ctx.set,
200,
"Getting all oauth available list",
oauthProviderServices
"Successfully retrieved the list of oauth providers",
oauthProviderServices,
);
} catch (error) {
return mainErrorHandler(ctx.set, error);