fix: Remove parameter from route

This commit is contained in:
oSumAtrIX 2023-09-25 21:46:06 +02:00
parent aa0282f300
commit 4b0925e337
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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() {