Skip to content

Commit

Permalink
added routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Estete9 committed Feb 26, 2024
1 parent d4cee1e commit 6fea11f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
end
end

if Rails.env.development?
get "/rails/active_storage/blobs/:signed_id/*filename", to: "active_storage/blobs#show"
end

mount Rswag::Ui::Engine => '/api-docs'
mount Rswag::Api::Engine => '/api-docs'
get '/current_user', to: 'users/current_user#index'
Expand Down

0 comments on commit 6fea11f

Please sign in to comment.