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 23307e5 commit f4349e1Copy full SHA for f4349e1
coderd/coderd.go
@@ -35,6 +35,8 @@ import (
35
36
"cdr.dev/slog"
37
"github.com/coder/coder/buildinfo"
38
+
39
+ // Used to serve the Swagger endpoint
40
_ "github.com/coder/coder/coderd/apidocs"
41
"github.com/coder/coder/coderd/audit"
42
"github.com/coder/coder/coderd/awsidentity"
0 commit comments