Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHo3ein <ho3ein.sanaei@gmail.com>2023-04-10 14:05:52 +0300
committerGitHub <noreply@github.com>2023-04-10 14:05:52 +0300
commitc1ed6d84547e7447f879b6b2d4f15536c2b15985 (patch)
tree476c92929a3659e51091ada546dfb4778d41f757 /database/db.go
parent304510aefc7bb56a392c2adc973e1dc918d4f31b (diff)
parent26a0481d8275c6d7953aaeb72a316db69c150354 (diff)
Merge pull request #187 from MHSanaei/dev
http header bug fixed
Diffstat (limited to 'database/db.go')
-rw-r--r--database/db.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/db.go b/database/db.go
index f7a590b2..b9c16be8 100644
--- a/database/db.go
+++ b/database/db.go
@@ -92,7 +92,7 @@ func InitDB(dbPath string) error {
if err != nil {
return err
}
-
+
return nil
}