create user
This commit is contained in:
@@ -9,14 +9,14 @@ import {
|
||||
ParseUUIDPipe,
|
||||
HttpStatus, Query,
|
||||
} from '@nestjs/common';
|
||||
import { ConfigurableService } from './configurable.service';
|
||||
import { RoleService } from './roles.service';
|
||||
|
||||
@Controller({
|
||||
path: 'config',
|
||||
version: '1',
|
||||
})
|
||||
export class ConfigurableController {
|
||||
constructor(private readonly usersService: ConfigurableService) {}
|
||||
constructor(private readonly usersService: RoleService) {}
|
||||
|
||||
@Get()
|
||||
async findAll(@Query('page') page: number) {
|
||||
|
||||
Reference in New Issue
Block a user