Update data link to the new repository
Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
This commit is contained in:
parent
1284312f00
commit
2ebf2c5c51
1 changed files with 1 additions and 2 deletions
|
@ -19,9 +19,8 @@ func _deploy(data interface{}, isUpdate bool) {
|
|||
return
|
||||
}
|
||||
|
||||
// TODO: change url to point to the new repository after we merge PR
|
||||
ctx := storage.GetContext()
|
||||
storeURL := "https://git.frostfs.info/vdomnich-yadro/oracle-demo/raw/branch/master/data.json"
|
||||
storeURL := "https://git.frostfs.info/Web3N3/web3-course/raw/branch/master/l4/data.json"
|
||||
storage.Put(ctx, storeURLKey, storeURL)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue