Files
backbone/api/openapi.go
T

9 lines
83 B
Go

package api
import (
_ "embed"
)
//go:embed api.swagger.json
var OpenAPI []byte