mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-03 05:29:46 +08:00
fixes travis ci mistake
This commit is contained in:
parent
e64aee5db0
commit
4acc8f5719
1 changed files with 4 additions and 4 deletions
|
@ -570,6 +570,7 @@ Rails.application.routes.draw do
|
||||||
as: :connections
|
as: :connections
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
resources :users, only: %i(show) do
|
resources :users, only: %i(show) do
|
||||||
resources :user_identities,
|
resources :user_identities,
|
||||||
only: %i(index create show update destroy)
|
only: %i(index create show update destroy)
|
||||||
|
@ -578,7 +579,6 @@ Rails.application.routes.draw do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
constraints WopiSubdomain do
|
constraints WopiSubdomain do
|
||||||
# Office integration
|
# Office integration
|
||||||
|
|
Loading…
Reference in a new issue