-
Christophe de Vienne authored
They generate an app with 'serve' and 'migrate' commands.
Christophe de Vienne authoredThey generate an app with 'serve' and 'migrate' commands.
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
}