Update data link to the new repository #2

Merged
realloc merged 1 commit from vdomnich-yadro/web3-course:link-fix into master 2023-11-21 06:13:05 +00:00

View file

@ -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)
}