From e135055dab45c702c0d69134dbd64abca84317cb Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Wed, 14 Aug 2024 18:20:34 +0500 Subject: [PATCH] write the tests --- api/cmd/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/cmd/main.go b/api/cmd/main.go index daa4793..464f07f 100644 --- a/api/cmd/main.go +++ b/api/cmd/main.go @@ -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"))