Merge branch 'main' into dev

This commit is contained in:
Sakurasan
2023-05-13 04:59:56 +08:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

1
go.mod
View File

@@ -5,7 +5,6 @@ go 1.19
require (
github.com/Sakurasan/to v0.0.0-20180919163141-e72657dd7c7d
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/glebarez/sqlite v1.7.0
github.com/google/uuid v1.3.0

View File

@@ -104,7 +104,6 @@ func main() {
// r.GET("/v1/models", router.HandleProy)
// r.GET("/v1/dashboard/billing/subscription", router.HandleProy)
// r.Use(static.Serve("/", static.LocalFile("dist", false)))
idxFS, err := fs.Sub(web, "dist")
if err != nil {