Skip to content

Commit

Permalink
Register all roles done
Browse files Browse the repository at this point in the history
  • Loading branch information
fsit869 committed Jul 6, 2024
1 parent de311d2 commit 9848298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/controllers/register.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export class RegisterController {
) {}

@post('/register-admin')
// Todo authorize only admin to register admin
async registerAdmin(
@requestBody({
description: 'The input of register function',
Expand Down

0 comments on commit 9848298

Please sign in to comment.