mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
swagger fixes and appname -> app_name (#294)
* swagger fixes and appname -> app_name * Swagger errors fixed
This commit is contained in:
@@ -25,7 +25,7 @@ var (
|
||||
type Routes []*Route
|
||||
|
||||
type Route struct {
|
||||
AppName string `json:"appname,omitempty"`
|
||||
AppName string `json:"app_name,omitempty"`
|
||||
Path string `json:"path,omitempty"`
|
||||
Image string `json:"image,omitempty"`
|
||||
Memory uint64 `json:"memory,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user