This commit is contained in:
Gregory Brzezinski 2023-07-22 18:56:51 +03:00
parent 3636cb86e2
commit 68664c1bf3

View File

@ -86,6 +86,7 @@ func main() {
routes.PrivateRoutes(privatePort, webfs, webde, appsStorage)
}
// TODO to for loop with aal vars in slice
func FindEnv(parameter string) (string, error) {
path, exists := os.LookupEnv(parameter)