Skip to content

Commit

Permalink
important fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Mar 15, 2024
1 parent 4a3975e commit 1e11aa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@ import (
const (
GIN_SESSION_NAME = "gin-session"
GIN_SESSION_SECRET = "gin-session-secret"
TMP_DIR = "tmp"
)

type Request struct {
IP string
DateTime string
}

const TMP_DIR = "tmp"

func main() {
// Init database
db, err := database.InitDatabase()
Expand Down

0 comments on commit 1e11aa0

Please sign in to comment.