1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +12:00

Update app/controllers/api/users.php

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Bradley Schofield 2022-08-12 16:55:58 +01:00 committed by GitHub
parent 160433ec9c
commit 930120fc4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,7 @@ App::post('/v1/users')
$response->dynamic($user, Response::MODEL_USER);
});
App::post('/v1/users/import/bcrypt')
App::post('/v1/users/bcrypt')
->desc('Create User with Bcrypt Password')
->groups(['api', 'users'])
->label('event', 'users.[userId].create')