变更版本

This commit is contained in:
刘祥超
2021-01-03 21:37:47 +08:00
parent 70c1ee2984
commit 079f9de92f
5 changed files with 38 additions and 6 deletions

View File

@@ -2,4 +2,4 @@ package models
import "github.com/TeaOSLab/EdgeAPI/internal/errors"
var ErrNotFound = errors.New("not found")
var ErrNotFound = errors.New("resource not found")