From 3fdbceaaffde18a9c5be725e3245923b93fbe5dc Mon Sep 17 00:00:00 2001 From: Kira Edges Date: Fri, 16 May 2025 10:57:57 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A5=D0=B7=20=D1=89=D0=B0=20=D0=BF=D0=BE?= =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=88=D1=83=20=D0=B6=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.v | 1 - 1 file changed, 1 deletion(-) diff --git a/main.v b/main.v index 929c762..d484edd 100644 --- a/main.v +++ b/main.v @@ -41,7 +41,6 @@ pub fn (app &Index) logo(mut ctx Context) veb.Result { return ctx.file("static/v-logo.png") } - @['/throne.webp'] pub fn (app &Index) throne(mut ctx Context) veb.Result { return ctx.file("static/throne.webp")