Skip to content

Commit

Permalink
docs: expose embedded OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Apr 23, 2022
1 parent 3453d47 commit f9d20e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/files.go
@@ -0,0 +1,6 @@
package spec

import _ "embed"

//go:embed api.json
var API []byte

0 comments on commit f9d20e3

Please sign in to comment.