aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/src/index.dev.html
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/framework/src/index.dev.html')
-rw-r--r--sdnr/wt/odlux/framework/src/index.dev.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/framework/src/index.dev.html b/sdnr/wt/odlux/framework/src/index.dev.html
index 6c956386b..4dc353c44 100644
--- a/sdnr/wt/odlux/framework/src/index.dev.html
+++ b/sdnr/wt/odlux/framework/src/index.dev.html
@@ -26,6 +26,7 @@
faultApp.register();
// inventoryApp.register();
// helpApp.register();
+ app("./app.tsx").configureApplication({ authentication:"oauth", enablePolicy: false, transportpceUrl:"http://test.de"});
app("./app.tsx").runApplication();
});
</script>