Skip to content

Commit c23a6cc

Browse files
author
abhinav
committed
change indexHtml to html
1 parent ded497a commit c23a6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ function clientSideRender(req, res) {
329329
html = html.replace(new RegExp(REST_BASE_URL, 'g'), environment.rest.baseUrl);
330330
}
331331

332-
res.send(indexHtml, {
332+
res.send(html, {
333333
headers: {
334334
'Cache-Control': 'no-cache, no-store',
335335
},

0 commit comments

Comments
 (0)