mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-25 00:58:05 -05:00
Update key
This commit is contained in:
parent
559bdd6195
commit
19fb46cbb3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Scratch.FlashApp = Scratch.FlashApp || {};
|
||||||
var editorId = "scratch";
|
var editorId = "scratch";
|
||||||
var initialPage = "home";
|
var initialPage = "home";
|
||||||
var ShortURL = {
|
var ShortURL = {
|
||||||
key : "AIzaSyBlaftRUIOLFVs8nfrWvp4IBrqq9-az46A",
|
key : "AIzaSyBcY0K1LO09zqBYUPbFWgSCDCVHNPUfiJc",
|
||||||
api : "https://www.googleapis.com/urlshortener/v1/url",
|
api : "https://www.googleapis.com/urlshortener/v1/url",
|
||||||
domain : "http://goo.gl"
|
domain : "http://goo.gl"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue