Nailed it - thanks for the help Jeremy On Wednesday, January 17, 2018 at 10:36:53 AM UTC-8, Jeremy D wrote: > > 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/2ff6f5f7-4993-4149-94d3-de1c36c57137%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
