Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
203ead8c
"vscode:/vscode.git/clone" did not exist on "90c94f03b7cb125dd4c5d173b09d55864f53282c"
Unverified
Commit
203ead8c
authored
Jul 16, 2021
by
José Rômulo
Committed by
GitHub
Jul 16, 2021
Browse files
Merge pull request #155 from J-Romulo/master
Correções e modificações visuais
parents
6ee8f32f
3986af19
Changes
21
Hide whitespace changes
Inline
Side-by-side
routes/web.php
View file @
203ead8c
...
...
@@ -33,7 +33,8 @@ Auth::routes(['verify' => true]);
//Rota para avaliador atualizar perfil, deixando de ser usuario temporario
Route
::
post
(
'/perfil-usuario'
,
'UserController@editarPerfil'
)
->
name
(
'perfil.edit'
)
->
middleware
([
'auth'
,
'verified'
]);
Route
::
group
([
'middleware'
=>
[
'isTemp'
,
'auth'
,
'verified'
]],
function
(){
//######### Proponente ########################################
...
...
@@ -47,7 +48,6 @@ Route::group(['middleware' => ['isTemp', 'auth', 'verified']], function(){
//######### Rotas Administrador #################################
Route
::
get
(
'/perfil-usuario'
,
'UserController@minhaConta'
)
->
name
(
'user.perfil'
)
->
middleware
([
'auth'
,
'verified'
]);
Route
::
post
(
'/perfil-usuario'
,
'UserController@editarPerfil'
)
->
name
(
'perfil.edit'
)
->
middleware
([
'auth'
,
'verified'
]);
//######## Rotas Avaliador ####################################
Route
::
prefix
(
'avaliador'
)
->
name
(
'avaliador.'
)
->
group
(
function
(){
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment