Actually fix remote profile loading

This commit is contained in:
Alex Gleason
2019-08-01 19:19:31 -04:00
parent 1bfbb53c14
commit c3f36e9142
2 changed files with 5 additions and 6 deletions

View File

@@ -330,7 +330,7 @@ Rails.application.routes.draw do
get '/search', to: 'search#index', as: :search
get '/account_by_username/:username', to: 'account_by_username#show'
get '/account_by_username/:username', to: 'account_by_username#show', username: /(.*)/
resources :follows, only: [:create]
resources :media, only: [:create, :update]