mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
added wrapper on models; changed handlers; fixes
This commit is contained in:
@@ -11,5 +11,5 @@ func (m *Error) Validate() error {
|
||||
}
|
||||
|
||||
var (
|
||||
ErrInvalidJSON = errors.New("Could not create app")
|
||||
ErrInvalidJSON = errors.New("Invalid JSON")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user