Skip to content

Commit

Permalink
fix: Remove parameter from route
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Sep 25, 2023
1 parent aa0282f commit 4b0925e
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -13,8 +13,7 @@ public final class StoryBoardRendererRoutes {
Route.Method.POST,
"player" +
"?fields=storyboards.playerStoryboardSpecRenderer.spec," +
"storyboards.playerLiveStoryboardSpecRenderer.spec" +
"&key={api_key}"
"storyboards.playerLiveStoryboardSpecRenderer.spec"
);

private StoryBoardRendererRoutes() {
Expand Down

0 comments on commit 4b0925e

Please sign in to comment.