Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion daemon/algod/api/swagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@

package api

import _ "embed"
import _ "embed" // for embedding purposes

// SwaggerSpecJSONEmbed is a string that is pulled from algod.oas2.json via go-embed
// for use with the GET /swagger.json endpoint
//
//go:embed algod.oas2.json
var SwaggerSpecJSONEmbed string