We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5c56c commit 4c70d20Copy full SHA for 4c70d20
coderd/coderd.go
@@ -63,7 +63,7 @@ func New(options *Options) http.Handler {
63
r.Use(httpmw.ExtractProjectParam(options.Database))
64
r.Get("/", projects.project)
65
r.Route("/history", func(r chi.Router) {
66
- r.Get("/", projects.projectHistory)
+ r.Get("/", projects.allProjectHistory)
67
r.Post("/", projects.createProjectHistory)
68
})
69
0 commit comments