Skip to content

Commit

Permalink
Merge pull request #48 from SyncfusionExamples/Azure-Examples
Browse files Browse the repository at this point in the history
Azure Examples
  • Loading branch information
Mohan2401 authored Aug 14, 2023
2 parents 35c48ab + bda5b4c commit 71ec00b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public static async Task<HttpResponseMessage> Run([HttpTrigger(AuthorizationLeve
//Set the content type as Excel document mime type.
response.Content.Headers.ContentType = new MediaTypeHeaderValue("application/excel");

//Return the response with output PDF document stream.
//Return the response with output Excel document stream.
return response;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static async Task<HttpResponseMessage> Run([HttpTrigger(AuthorizationLeve
//Set the content type as Excel document mime type.
response.Content.Headers.ContentType = new MediaTypeHeaderValue("application/excel");

//Return the response with output PDF document stream.
//Return the response with output Excel document stream.
return response;
}
}
Expand Down

0 comments on commit 71ec00b

Please sign in to comment.