mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
refactor(nestjs): authentication
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import {
|
||||
Body,
|
||||
Controller,
|
||||
Get,
|
||||
Param,
|
||||
Post,
|
||||
Request,
|
||||
@@ -87,4 +88,9 @@ export class AuthController {
|
||||
) {
|
||||
return this.authApp.resetPassword(token, password);
|
||||
}
|
||||
|
||||
@Get('/meta')
|
||||
meta() {
|
||||
return this.authApp.getAuthMeta();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user