Guest User

Untitled

a guest
Feb 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1.  
  2. Merb::Router.prepare do
  3.  
  4. slice :authorization do
  5. remap(:login).match("/get-access-yo")
  6. remap(:logout).match("/yall-take-care-now")
  7. end
  8.  
  9. end
Add Comment
Please, Sign In to add comment