diff --git a/DragaliaAPI/DragaliaAPI/Features/Webview/WebviewVersionController.cs b/DragaliaAPI/DragaliaAPI/Features/Webview/WebviewVersionController.cs index 597aac2ff..fc0341090 100644 --- a/DragaliaAPI/DragaliaAPI/Features/Webview/WebviewVersionController.cs +++ b/DragaliaAPI/DragaliaAPI/Features/Webview/WebviewVersionController.cs @@ -29,7 +29,7 @@ public DragaliaResult UrlList() // new("time_attack_reward", this.GetUrl("timeattack/rewards/webview")); // TODO: Remove hardcoding. Consider making URLs configurable? - AtgenWebviewUrlList news = new("information", this.GetUrl("webview/news/1")); + AtgenWebviewUrlList news = new("information", this.GetUrl("webview/news")); return this.Ok( new WebviewVersionUrlListResponse( diff --git a/Website/src/routes/(main)/news/pagination.svelte b/Website/src/routes/(main)/news/pagination.svelte index dca37d916..8f04d4f3b 100644 --- a/Website/src/routes/(main)/news/pagination.svelte +++ b/Website/src/routes/(main)/news/pagination.svelte @@ -23,7 +23,7 @@