First thought here is that because dispatch checks these routes *in order,* you 
have a "<BASE>/*" route ahead of "<BASE>/notifications", so no routes will 
ever reach notifications, because your wildcard hits it first. Move the 
notification route ahead of the wildcard, and you should be good.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/472439a0-2981-4355-a858-2e5f5decd37d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to