Skip to content

Commit a48c2c6

Browse files
Sight
1 parent f4f497b commit a48c2c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frameworks/genhttp/Tests/Json.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
using GenHTTP.Api.Content;
44
using GenHTTP.Api.Protocol;
5+
using GenHTTP.Modules.Webservices;
56

67
namespace genhttp.Tests;
78

@@ -27,6 +28,7 @@ private static List<DatasetItem> LoadItems()
2728
return null;
2829
}
2930

31+
[ResourceMethod]
3032
public ListWithCount<ProcessedItem> Compute()
3133
{
3234
if (datasetItems == null)

0 commit comments

Comments
 (0)