EmployeesController.index now support selection of specific rows and never tranfers the password(hash)!

This commit is contained in:
Sockenklaus
2021-11-07 02:21:48 +01:00
parent b0f695d253
commit 9c8f96783b
2 changed files with 17 additions and 1 deletions

View File

@@ -44,7 +44,11 @@ const corsConfig: CorsConfig = {
| one of the above values.
|
*/
origin: 'http://localhost:3000',
origin:
[
'http://localhost:3000',
'http://localhost:5000'
],
/*
|--------------------------------------------------------------------------