diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-08-31 03:38:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-31 03:38:35 +0200 |
commit | d1a78eba1558004f69ab8933b08ffe0093671546 (patch) | |
tree | c25b885ee78dfeb5c4cc8a06bded252ff5d7915e /config | |
parent | 2db9ccaf3eeada3106e88e08163495ae8e741574 (diff) |
Embed modal (#4748)
* Embed modal * Proxy OEmbed requests from web UI
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 7f7746068..63e94fb49 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -237,6 +237,7 @@ Rails.application.routes.draw do namespace :web do resource :settings, only: [:update] + resource :embed, only: [:create] resources :push_subscriptions, only: [:create] do member do put :update |