Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 95308ac

Browse files
committed
[#607] updated crash reporter URL to the production server URL
1 parent 8f67ea0 commit 95308ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

www/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var prodServer = 'https://desktop-crash-reporter.herokuapp.com/';
4444
crashReporter.start({
4545
productName: 'PhoneGap-Desktop',
4646
companyName: 'Adobe',
47-
submitURL: testServer,
47+
submitURL: prodServer,
4848
uploadToServer: true,
4949
extra: crashReporterJSON()
5050
});

www/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $(document).ready(function() {
3535
crashReporter.start({
3636
productName: 'PhoneGap-Desktop',
3737
companyName: 'Adobe',
38-
submitURL: testServer,
38+
submitURL: prodServer,
3939
uploadToServer: true,
4040
extra: crashReporterJSON()
4141
});

0 commit comments

Comments
 (0)