Switch to the new compile service.

This commit is contained in:
Jonathan Protzenko 2015-08-07 13:53:26 -07:00
Родитель 75a985fb39
Коммит 3e7f07b497
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -816,7 +816,7 @@ module TDev.Cloud {
err => Util.setTimeout(1000, poll))
}
var config = isFota() ? "fota" : "proto";
var config = isFota() ? "fota" : "ws";
Util.httpPostJsonAsync(getPrivateApiUrl("me/installed/" + guid + "/compile"), {
config: config,
source: cppSource,