write the tests

This commit is contained in:
valitovgaziz
2024-08-14 18:20:34 +05:00
parent d7ebd35aae
commit e135055dab
+2
View File
@@ -7,6 +7,8 @@ import (
"os"
)
// TODO write the tests
var APIServerCnf configs.APIserver
var PSQLCnf configs.PSQLConfig
var SecretKey = []byte(os.Getenv("SECRET_KEY"))