Hi, All I'm from AFRICA/TOGO,
I use Teapot, its Works, but the Routes cache stores the last Teapot routes,
When i remove the route and restart Teapot server, after one requets, Teapot Report ERROR and show the route which i removed.
Egg.
GET:/name/<name> -> [ :req | req at:#name ]
GET:/user/<name> -> [ :req | req at:#username ]
Its works the first time.
After if I do: GET:/user/<name> -> [ :req | req at:#username ]
Have this Error: TeaNoSuchParam: Param 'name' not foundĀ
rrefer to the first route. if i remove the route, the message persist.