Assign user to workspace on signin
This commit is contained in:
@@ -4,9 +4,4 @@ import { AppService } from './app.service';
|
||||
@Controller()
|
||||
export class AppController {
|
||||
constructor(private readonly appService: AppService) {}
|
||||
|
||||
@Get('/health')
|
||||
health(): string {
|
||||
return this.appService.health();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user