From d9cff28dd8ad65fa438090f41004c7f6641ee4c0 Mon Sep 17 00:00:00 2001 From: britikos Date: Fri, 19 Jan 2024 05:42:35 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20store.go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store.go b/store.go index 649e500..9d715e1 100644 --- a/store.go +++ b/store.go @@ -20,7 +20,7 @@ func _deploy(data interface{}, isUpdate bool) { } ctx := storage.GetContext() - storeURL := "" + storeURL := "https://git.frostfs.info/Web3N3/store/src/branch/master/data.json" storage.Put(ctx, storeURLKey, storeURL) }