mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-30 20:23:14 +08:00
fixes 404 request error
This commit is contained in:
parent
4034400c42
commit
77a6a99513
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Rails.application.routes.draw do
|
||||||
get '/recent_notifications', to: 'notifications#recent_notifications'
|
get '/recent_notifications', to: 'notifications#recent_notifications'
|
||||||
|
|
||||||
# users
|
# users
|
||||||
get '/current_user_info', to: 'users#current_user_info'
|
get '/current_user_info', to: 'users/users#current_user_info'
|
||||||
|
|
||||||
namespace :users do
|
namespace :users do
|
||||||
delete '/leave_team', to: 'user_teams#leave_team'
|
delete '/leave_team', to: 'user_teams#leave_team'
|
||||||
|
|
Loading…
Reference in a new issue