From 1e8315f32c14a61e73e9905f95bfdb4ac66ed65a Mon Sep 17 00:00:00 2001 From: jdescottes Date: Sun, 13 Jul 2014 14:11:49 +0200 Subject: [PATCH] Switch back to imgstore-a --- src/js/Constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/Constants.js b/src/js/Constants.js index 2f112e3e..713724d0 100644 --- a/src/js/Constants.js +++ b/src/js/Constants.js @@ -58,8 +58,8 @@ var Constants = { SAVE : 'save' } }, - IMAGE_SERVICE_UPLOAD_URL : 'http://piskel-imgstore-b.appspot.com/__/upload', - IMAGE_SERVICE_GET_URL : 'http://piskel-imgstore-b.appspot.com/img/', + IMAGE_SERVICE_UPLOAD_URL : 'http://piskel-imgstore-a.appspot.com/__/upload', + IMAGE_SERVICE_GET_URL : 'http://piskel-imgstore-a.appspot.com/img/', ZOOMED_OUT_BACKGROUND_COLOR : '#A0A0A0',