mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: pluralize table names (#463)
This commit is contained in:
+2
-2
@@ -27,8 +27,8 @@ type Options struct {
|
||||
|
||||
// New constructs the Coder API into an HTTP handler.
|
||||
//
|
||||
// A wait function is returned to handle awaiting closure
|
||||
// of hijacked HTTP requests.
|
||||
// A wait function is returned to handle awaiting closure of hijacked HTTP
|
||||
// requests.
|
||||
func New(options *Options) (http.Handler, func()) {
|
||||
api := &api{
|
||||
Options: options,
|
||||
|
||||
Reference in New Issue
Block a user