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"))