http header bug fixed

This commit is contained in:
MHSanaei
2023-04-10 14:33:50 +03:30
parent 304510aefc
commit 26a0481d82
8 changed files with 26 additions and 29 deletions

View File

@@ -92,7 +92,7 @@ func InitDB(dbPath string) error {
if err != nil {
return err
}
return nil
}