EmployeesController.index now support selection of specific rows and never tranfers the password(hash)!
This commit is contained in:
@@ -44,7 +44,11 @@ const corsConfig: CorsConfig = {
|
||||
| one of the above values.
|
||||
|
|
||||
*/
|
||||
origin: 'http://localhost:3000',
|
||||
origin:
|
||||
[
|
||||
'http://localhost:3000',
|
||||
'http://localhost:5000'
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user