File tree Expand file tree Collapse file tree 24 files changed +2159
-1155
lines changed Expand file tree Collapse file tree 24 files changed +2159
-1155
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ public SustainabilityWorkspaceController(
31
31
32
32
[ HttpGet ( "getPageData" ) ]
33
33
[ ProducesResponseType ( typeof ( SustainabilityResponse ) , 200 ) ]
34
- [ ProducesResponseType ( typeof ( string ) , 204 ) ]
35
34
public async Task < IActionResult > GetPageData ( [ FromQuery ] string pageGuid )
36
35
{
37
36
if ( Guid . TryParse ( pageGuid , out Guid guid ) )
@@ -58,7 +57,6 @@ public async Task<IActionResult> GetPageData([FromQuery] string pageGuid)
58
57
59
58
[ HttpGet ( "checkPage" ) ]
60
59
[ ProducesResponseType ( typeof ( SustainabilityResponse ) , 200 ) ]
61
- [ ProducesResponseType ( typeof ( string ) , 204 ) ]
62
60
public async Task < IActionResult > CheckPage ( [ FromQuery ] string pageGuid )
63
61
{
64
62
if ( Guid . TryParse ( pageGuid , out Guid guid ) )
You can’t perform that action at this time.
0 commit comments