Обновить store.go
This commit is contained in:
parent
14360b3169
commit
d9cff28dd8
1 changed files with 1 additions and 1 deletions
2
store.go
2
store.go
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue