Sha256: b0ab79ed50f202368ad16d4c81c268f3c497c3b605871934302d0ae2316c083d
Contents?: true
Size: 242 Bytes
Versions: 5
Compression:
Stored size: 242 Bytes
Contents
Rails.application.routes.draw do mount_devise_token_auth_for 'User', at: '/auth' mount_devise_token_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
5 entries across 5 versions & 1 rubygems