mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-12 18:11:34 +08:00
update package script
This commit is contained in:
@@ -35,7 +35,7 @@ func (i *imlAPIService) OnComplete() {
|
||||
}
|
||||
|
||||
func labelHandler(e *api.AiAPIInfo) []string {
|
||||
return []string{e.Name}
|
||||
return []string{e.Name, e.Path}
|
||||
}
|
||||
func uniquestHandler(i *Create) []map[string]interface{} {
|
||||
return []map[string]interface{}{{"uuid": i.ID}}
|
||||
|
||||
Reference in New Issue
Block a user