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
5cfd5b8e
"vscode:/vscode.git/clone" did not exist on "6b3eb883ead51b6324eaab849f5a125dba6eaf38"
Commit
5cfd5b8e
authored
Jan 30, 2022
by
Guilherme Silva
Browse files
Adicionado rotas para notificação
parent
36633b0b
Changes
1
Show whitespace changes
Inline
Side-by-side
routes/web.php
View file @
5cfd5b8e
...
@@ -67,6 +67,9 @@ Route::group(['middleware' => ['isTemp', 'auth', 'verified']], function(){
...
@@ -67,6 +67,9 @@ Route::group(['middleware' => ['isTemp', 'auth', 'verified']], function(){
});
});
Route
::
get
(
'/notificacao/listar'
,
'NotificacaoController@listar'
)
->
name
(
'notificacao.listar'
)
->
middleware
(
'auth'
);
Route
::
get
(
'/notificacao/lista'
,
'NotificacaoController@listarTrab'
)
->
name
(
'notificacao.listarTrab'
)
->
middleware
(
'auth'
);
Route
::
get
(
'/home/edital'
,
'EventoController@index'
)
->
name
(
'visualizarEvento'
);
Route
::
get
(
'/home/edital'
,
'EventoController@index'
)
->
name
(
'visualizarEvento'
);
...
...
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