Hi all,

These routings work fine for me:

get '/Auth/:id' => sub {..}

post '/Users/:id' => sub {..}

patch '/Users/:id' => sub {..}

For request described in "System for Cross-Domain Identity 
Management:Protocol draft-ietf-scim-api-03"
(http://tools.ietf.org/html/draft-scim-api-01), I need as route for DELETE, 
but

delete '/Users/:id' => sub {..}

doesn't work, Any idea how to implement this?


Thank you!

Ch. Krempe

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to