Update data link to the new repository #2
1 changed files with 1 additions and 2 deletions
|
@ -19,9 +19,8 @@ func _deploy(data interface{}, isUpdate bool) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: change url to point to the new repository after we merge PR
|
|
||||||
ctx := storage.GetContext()
|
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)
|
storage.Put(ctx, storeURLKey, storeURL)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue