From d52fc8dee5ce2d5ea3d729108d57a37f726db6a2 Mon Sep 17 00:00:00 2001 From: starwiz-7 Date: Thu, 16 May 2024 16:18:02 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20update=20siwe=20build=20path=20i?= =?UTF-8?q?n=20axum?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/axum_lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/axum_lib.rs b/src/axum_lib.rs index 3873107..6520ed1 100644 --- a/src/axum_lib.rs +++ b/src/axum_lib.rs @@ -278,8 +278,8 @@ pub async fn main() { let app = Router::new() .nest( - "/build", - get_service(ServeDir::new("./static/build")).handle_error( + "/siwe-build", + get_service(ServeDir::new("./static/siwe-build")).handle_error( |error: std::io::Error| async move { ( StatusCode::INTERNAL_SERVER_ERROR,