This commit is contained in:
Fran Jurmanović
2024-07-09 23:42:26 +02:00
commit 1bb73c866a
15 changed files with 425 additions and 0 deletions

5
local/model/api.go Normal file
View File

@@ -0,0 +1,5 @@
package model
type ApiModel struct {
Api string `json:"api"`
}