ProjectEvergreen / greenwood

Greenwood is your full-stack workbench for the web, focused on supporting modern web standards and development to help you create your next project.
https://www.greenwoodjs.io
MIT License
94 stars 9 forks source link

bug/issue 1234 refine spa local dev routing for html requests #1251

Closed thescientist13 closed 1 week ago

thescientist13 commented 2 weeks ago

Related Issue

related to #1234

Observed in https://github.com/AnalogStudiosRI/www.analogstudios.net/pull/98 that with the removal of the break in the linked PR, API routes were getting caught by the SPA handler during development

Screenshot 2024-06-22 at 3 33 34 PM Screenshot 2024-06-22 at 3 33 45 PM

Summary of Changes

  1. Make sure SPA routes are actually HTML requests
  2. Update test cases accordingly