Fork me on GitHub
#pedestal
<
2023-11-25
>
simongray22:11:46

How come "/feed.xml" is seemingly subsumed by "/:year/:slug"? How can I make requests actually reach the feed?

😨 2
souenzzo20:11:43

Solution 1: add ::http/router :linear-search to your service-map

🙏 1
souenzzo20:11:37

Yeah I think that the only way to do that with pedestal routers is by using linear search.

simongray10:11:55

That's too bad. Maybe this is my chance to explore Reitit's Pedestal integration then.

simongray10:11:27

But probably just going with linear search for now.