Sha256: 96a620f3a0105d76622182c33edb1368927200ae4c6f0dd86e2b01016a230080
Contents?: true
Size: 299 Bytes
Versions: 1
Compression:
Stored size: 299 Bytes
Contents
Rails.application.routes.draw do mount_devise_jwt_auth_for 'Azpire::V1::HumanResource::User', at: 'auth' mount_devise_jwt_auth_for 'Mang', at: 'mangs' as :mang do # Define routes for Mang within this block. end patch '/chong', to: 'bong#index' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise_jwt_auth-0.1.3 | test/dummy/tmp/generators/config/routes.rb |