Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 534bcdb

Browse files
committed
rebase and fix tests
1 parent f029650 commit 534bcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/coderd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ func New(options *Options) (http.Handler, func()) {
310310
r.Route("/autostop", func(r chi.Router) {
311311
r.Put("/", api.putWorkspaceAutostop)
312312
})
313+
r.Get("/watch", api.watchWorkspace)
313314
})
314-
r.Get("/watch", api.watchWorkspace)
315315
})
316316
r.Route("/workspacebuilds/{workspacebuild}", func(r chi.Router) {
317317
r.Use(

0 commit comments

Comments
 (0)