fix: missing auth

This commit is contained in:
Methapon2001 2024-04-05 10:57:14 +07:00
parent 41c27dced5
commit 62bbc0a071

View file

@ -34,6 +34,7 @@ function imageLocation(id: string) {
@Route("api/customer")
@Tags("Customer")
@Security("keycloak")
export class CustomerController extends Controller {
@Post()
async create(@Request() req: RequestWithUser, @Body() body: CustomerCreate) {