We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e164b commit ca42bf7Copy full SHA for ca42bf7
editable-invoice/backendless/applogic.js
@@ -1,5 +1,4 @@
1
-Backendless.serverURL="http://localhost:9000";
2
-Backendless.initApp("2E09EB02-FD57-7EA6-FF29-65844A152100", "4DA09BF9-5B36-5FAD-FF79-514797E08A00", "v1");
+Backendless.initApp("APP-ID", "SECRET_KEY", "VERSION");
3
4
$('document').ready( function() {
5
// bootstrap & render App
0 commit comments