mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
fixes travis again
This commit is contained in:
parent
87d072537b
commit
0a6ae102cd
1 changed files with 4 additions and 4 deletions
|
@ -597,6 +597,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)
|
||||||
|
@ -605,7 +606,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