Skip to content
Snippets Groups Projects
cmdServeConfig.gotmpl 197 B
// This file is generated only once and is safe to edit

package cmd

func setupServeConfig(config *restapi.Config) error {
	// This is where the api config can be customized at will
	return nil
}