Skip to content

Commit c6927da

Browse files
committed
fix variable on html
1 parent b11e8aa commit c6927da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<title>Tomato UI</title>
2323
<script>
2424
window.__INITIAL_DATA__ = {
25-
serverURL: '{{ .ServerURL }}'
25+
serverURL: '%REACT_APP_SERVER_URL%'
2626
}
2727
</script>
2828
</head>

0 commit comments

Comments
 (0)