On 2/4/20 10:35 AM, seany wrote:
         router.post("/archive", &savedata);
         router.get("/archive", &savedata); //also tested without this line
[snip]
Internal error information:
No routes match path '/a'

Did you go to /a? Looks like you only registered routes for /archive.

-Steve

Reply via email to