Обновить store.go

This commit is contained in:
britikos 2024-01-19 05:42:35 +00:00
parent 14360b3169
commit d9cff28dd8

View file

@ -20,7 +20,7 @@ func _deploy(data interface{}, isUpdate bool) {
} }
ctx := storage.GetContext() ctx := storage.GetContext()
storeURL := "" storeURL := "https://git.frostfs.info/Web3N3/store/src/branch/master/data.json"
storage.Put(ctx, storeURLKey, storeURL) storage.Put(ctx, storeURLKey, storeURL)
} }