Skip to content

Commit

Permalink
Remove unneeded extra indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
forevermatt committed Sep 4, 2024
1 parent 5b2e48b commit 799cc61
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions application/frontend/config/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
/*
* User routes
*/
'GET user' => 'user/index',
'GET user/<employeeId:\w+>' => 'user/view',
'POST user' => 'user/create',
'PUT user/<employeeId:\w+>' => 'user/update',
'PUT user/<employeeId:\w+>/password' => 'user/update-password',
'PUT user/<employeeId:\w+>/password/assess' => 'user/assess-password',
'GET user' => 'user/index',
'GET user/<employeeId:\w+>' => 'user/view',
'POST user' => 'user/create',
'PUT user/<employeeId:\w+>' => 'user/update',
'PUT user/<employeeId:\w+>/password' => 'user/update-password',
'PUT user/<employeeId:\w+>/password/assess' => 'user/assess-password',

/*
* Authentication routes
Expand Down

0 comments on commit 799cc61

Please sign in to comment.