Removed localhost url ...
This commit is contained in:
parent
cffaec09b2
commit
7fd49aaccb
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ var Constants = {
|
|||
SAVE : 'save'
|
||||
}
|
||||
},
|
||||
IMAGE_SERVICE_UPLOAD_URL : 'http://localhost:12080/__/upload',
|
||||
IMAGE_SERVICE_GET_URL : 'http://localhost:12080/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',
|
||||
|
||||
|
|
Loading…
Reference in a new issue