aboutsummaryrefslogtreecommitdiffstats
path: root/api/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/index.html')
-rw-r--r--api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/index.html b/api/index.html
index 1677428..a42e6f6 100644
--- a/api/index.html
+++ b/api/index.html
@@ -16,7 +16,7 @@
</head>
<body class="enyo-unselectable">
<script>
- new App().write();
+ new App().renderInto(document.body);
</script>
</body>
</html>