API route in Route Group not picked up?
Migrating to RC1 caused my API routes in Route Groups (https://start.solidjs.com/core-concepts/routing#route-groups) to stop working? For a minimal repro, do a
placing it here:
navigating to
placing it here:
navigating to
placing it here:
navigating to
npm init solid@latest and create the file apiget.ts placing it here:
navigating to
/apiget returns the proper Hello World.placing it here:
navigating to
/blah/apiget returns the proper Hello World.placing it here:
navigating to
/apiget returns a 404 now, whereas in the v.3 version, it worked and would return the proper API response.