Skip to content

Commit

Permalink
fix: Adding devise mapping for member
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Jan 3, 2025
1 parent 9fa0347 commit 945e8a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/config/routes/api.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
mount Rswag::Ui::Engine => "/api-docs"
mount Rswag::Api::Engine => "/api-docs"

devise_for :members, path: "api/v1", skip: :all

namespace :api, format: "json" do
namespace :v1 do
# enums
Expand Down

0 comments on commit 945e8a2

Please sign in to comment.