mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-09 02:03:26 +08:00
feat(backend): add basic backend code
This commit is contained in:
6
backend/docs/docs.go
Normal file
6
backend/docs/docs.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package docs
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed swagger.json
|
||||
var SwaggerJSON []byte
|
||||
Reference in New Issue
Block a user