Skip to content

Commit

Permalink
Update API routes sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed May 20, 2024
1 parent 7d2d82b commit 3a904b7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions samples/ApiVersionInfo/Routes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,8 @@ internal static class Routes
"/v2/wvw/matches/stats", "/v2/wvw/objectives",
"/v2/wvw/ranks", "/v2/wvw/upgrades",
"/v2/wizardsvault/listings", "/v2/account/wizardsvault/listings",
"/v2/wizardsvault/objectives"

//"/v2/account/wizardsvault/daily",
//"/v2/account/wizardsvault/special",
//"/v2/account/wizardsvault/weekly",
"/v2/wizardsvault/objectives", "/v2/account/wizardsvault/daily",
"/v2/account/wizardsvault/special", "/v2/account/wizardsvault/weekly"
];

public static bool IsSupported(Route route) => Supported.Contains(route.Path);
Expand Down

0 comments on commit 3a904b7

Please sign in to comment.