initial commit. Cloned timetracker repository
This commit is contained in:
8
app/api/embed.go
Normal file
8
app/api/embed.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
//go:embed openapi.json
|
||||
var ApenapiJson string
|
||||
Reference in New Issue
Block a user