Skip to content

Commit

Permalink
🚧 update siwe build path in axum
Browse files Browse the repository at this point in the history
  • Loading branch information
starwiz-7 committed May 16, 2024
1 parent 1323a3e commit d52fc8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/axum_lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d52fc8d

Please sign in to comment.