Merge branch 'main' into dev
This commit is contained in:
1
go.mod
1
go.mod
@@ -5,7 +5,6 @@ go 1.19
|
|||||||
require (
|
require (
|
||||||
github.com/Sakurasan/to v0.0.0-20180919163141-e72657dd7c7d
|
github.com/Sakurasan/to v0.0.0-20180919163141-e72657dd7c7d
|
||||||
github.com/duke-git/lancet/v2 v2.1.19
|
github.com/duke-git/lancet/v2 v2.1.19
|
||||||
github.com/gin-contrib/static v0.0.1
|
|
||||||
github.com/gin-gonic/gin v1.9.0
|
github.com/gin-gonic/gin v1.9.0
|
||||||
github.com/glebarez/sqlite v1.7.0
|
github.com/glebarez/sqlite v1.7.0
|
||||||
github.com/google/uuid v1.3.0
|
github.com/google/uuid v1.3.0
|
||||||
|
|||||||
@@ -104,7 +104,6 @@ func main() {
|
|||||||
// r.GET("/v1/models", router.HandleProy)
|
// r.GET("/v1/models", router.HandleProy)
|
||||||
// r.GET("/v1/dashboard/billing/subscription", router.HandleProy)
|
// r.GET("/v1/dashboard/billing/subscription", router.HandleProy)
|
||||||
|
|
||||||
|
|
||||||
// r.Use(static.Serve("/", static.LocalFile("dist", false)))
|
// r.Use(static.Serve("/", static.LocalFile("dist", false)))
|
||||||
idxFS, err := fs.Sub(web, "dist")
|
idxFS, err := fs.Sub(web, "dist")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user