We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8766c2b commit 0ab6aafCopy full SHA for 0ab6aaf
config/routes.rb
@@ -403,8 +403,4 @@
403
scope 'network' do
404
root to: 'fake_community#communities', as: :fc_communities
405
end
406
-
407
- # Communities can have custom js or css defined (placed in public/assets/community).
408
- # If these are not defined for a community, respond with 204 (ok but empty)
409
- get '/assets/community/*path', to: ->(env) { [204, {}, ['']] }
410
0 commit comments