mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore: pluralize table names (#463)
This commit is contained in:
@ -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