Skip to content

Commit b76fef5

Browse files
Replace openapi-typescript-codegen with @hey-api/openapi-ts
1 parent 519041c commit b76fef5

24 files changed

+2159
-1155
lines changed

src/Umbraco.Community.Sustainability/Controllers/SustainabilityWorkspaceController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public SustainabilityWorkspaceController(
3131

3232
[HttpGet("getPageData")]
3333
[ProducesResponseType(typeof(SustainabilityResponse), 200)]
34-
[ProducesResponseType(typeof(string), 204)]
3534
public async Task<IActionResult> GetPageData([FromQuery] string pageGuid)
3635
{
3736
if (Guid.TryParse(pageGuid, out Guid guid))
@@ -58,7 +57,6 @@ public async Task<IActionResult> GetPageData([FromQuery] string pageGuid)
5857

5958
[HttpGet("checkPage")]
6059
[ProducesResponseType(typeof(SustainabilityResponse), 200)]
61-
[ProducesResponseType(typeof(string), 204)]
6260
public async Task<IActionResult> CheckPage([FromQuery] string pageGuid)
6361
{
6462
if (Guid.TryParse(pageGuid, out Guid guid))

0 commit comments

Comments
 (0)