Skip to content

Commit 3fefd76

Browse files
committed
chore: update CDN URL for default configuration
- change CDN URL to "0098/040220269/"
1 parent 0cd26e3 commit 3fefd76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

http/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ func Initialize() *fiber.App {
516516

517517
cdnUrl := config.ServerCdn
518518
if cdnUrl == "default" {
519-
cdnUrl = "0098/0181220253/" // @note 31-12-2025 update ( 5.39 )
519+
cdnUrl = "0098/040220269/" // @note 05-02-2026 update ( 5.42 )
520520
}
521521

522522
app.Use(func(c *fiber.Ctx) error {

0 commit comments

Comments
 (0)