Skip to content

Commit ee7a994

Browse files
committed
Add comment
1 parent 6c3a0b4 commit ee7a994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/coderd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ func New(options *Options) http.Handler {
3939
})
4040
r.Post("/login", users.loginWithPassword)
4141
r.Post("/logout", users.logout)
42+
// Used for setup.
4243
r.Post("/user", users.createInitialUser)
4344
r.Route("/users", func(r chi.Router) {
4445
r.Use(

0 commit comments

Comments
 (0)