4 lines
99 B
Ruby
4 lines
99 B
Ruby
Rails.application.routes.draw do
|
|
|
|
mount DiasporaFederation::Engine => "/diaspora_federation"
|
|
end
|