mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Fix PrerenderResult in Webpack sample
This commit is contained in:
@@ -38,7 +38,8 @@ namespace Webpack.ActionResults
|
|||||||
request.GetEncodedUrl(),
|
request.GetEncodedUrl(),
|
||||||
request.Path + request.QueryString.Value,
|
request.Path + request.QueryString.Value,
|
||||||
_dataToSupply,
|
_dataToSupply,
|
||||||
/* timeoutMilliseconds */ 30000
|
/* timeoutMilliseconds */ 30000,
|
||||||
|
/* requestPathBase */ "/"
|
||||||
);
|
);
|
||||||
|
|
||||||
response.ContentType = "text/html";
|
response.ContentType = "text/html";
|
||||||
|
|||||||
Reference in New Issue
Block a user