Spaces:
Runtime error
Runtime error
Commit
·
89c1db9
1
Parent(s):
b9e2630
English-Malayalam Translate v27
Browse files- static/index.html +1 -1
static/index.html
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
</p>
|
28 |
</section>
|
29 |
<script>
|
30 |
-
var apiKey =
|
31 |
</script>
|
32 |
<script src="script.js"></script>
|
33 |
</body>
|
|
|
27 |
</p>
|
28 |
</section>
|
29 |
<script>
|
30 |
+
var apiKey = {{ apikey.APIKEY }};
|
31 |
</script>
|
32 |
<script src="script.js"></script>
|
33 |
</body>
|