Skip to content

Commit 0ab6aaf

Browse files
committed
special handling of community assets routes is no longer needed
1 parent 8766c2b commit 0ab6aaf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/routes.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,4 @@
403403
scope 'network' do
404404
root to: 'fake_community#communities', as: :fc_communities
405405
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, {}, ['']] }
410406
end

0 commit comments

Comments
 (0)