mirror of
https://github.com/jbowdre/lolz.git
synced 2024-11-12 17:32:19 +00:00
fix pastebin fetch address
This commit is contained in:
parent
64bd27c43d
commit
824194488d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
// weather code inspired by https://kris.omg.lol
|
||||
// fetch from API proxy
|
||||
fetch('https://paste.jbowdre.lol/testest.json/raw')
|
||||
fetch('https://paste.jbowdre.lol/tempest.json/raw')
|
||||
.then(res => res.json())
|
||||
.then(function(res){
|
||||
|
||||
|
|
Loading…
Reference in a new issue