1
0
mirror of https://github.com/ebosas/microservices.git synced 2025-08-24 20:08:55 +02:00

Set to prod mode

This commit is contained in:
ebosas
2021-10-27 09:34:04 +03:00
parent e4edb761d1
commit 991d20b2eb

View File

@@ -13,8 +13,8 @@
{{template "navbar" .}}
{{template "content" .}}
</div>
<script src="http://127.0.0.1:8000/index.js"></script>
<!-- <script src="static/build/index.js"></script> -->
<!-- <script src="http://127.0.0.1:8000/index.js"></script> -->
<script src="static/build/index.js"></script>
</body>
</html>
{{- end}}