From f1cc3a65d0c2a05dde3b07ced3c354ad57a0f2e9 Mon Sep 17 00:00:00 2001 From: RuisPipe Date: Sun, 1 Aug 2021 15:07:45 +0200 Subject: [PATCH] Updated storage path --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 6aa4d2d..091234c 100644 --- a/config.toml +++ b/config.toml @@ -8,4 +8,4 @@ username = "guest" password = "guest" [storage] -path = "./storage/" \ No newline at end of file +path = "/home/alex/Documents/coding/go/app-idea/picture-storage-server/storage/" \ No newline at end of file