feat: Update project structure and configuration files
This commit is contained in:
10
backend/docs/ember.go
Normal file
10
backend/docs/ember.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package docs
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
|
||||
_ "github.com/rogeecn/swag"
|
||||
)
|
||||
|
||||
//go:embed swagger.json
|
||||
var SwaggerSpec string
|
||||
Reference in New Issue
Block a user