mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
Some API routes were updated in https://github.com/coder/coder/pull/401, which impacted the UX - the flow is currently broken when trying to navigate to a project:  This fixes all the routes so that the complete project -> create workspace -> workspace page flow works:  Because this had to touch a bunch of UI routes, I also opportunistically fixed #380 as part of this change. Fixes #380