Skip to content

Commit

Permalink
conf: filter keys (do nothing without .gitignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Sep 23, 2023
1 parent f68b64a commit b723cb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ generation/data/*
# for reverse engine
reverse
access.json
access/*.json
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"chat/conversation"
"chat/generation"
"chat/middleware"
"fmt"
"github.com/gin-gonic/gin"
"github.com/spf13/viper"
)
Expand All @@ -18,7 +17,6 @@ func main() {
panic(err)
}

fmt.Println()
app := gin.Default()
{
app.Use(middleware.CORSMiddleware())
Expand Down

0 comments on commit b723cb5

Please sign in to comment.