Skip to content

Commit

Permalink
Last test
Browse files Browse the repository at this point in the history
  • Loading branch information
megastary committed Apr 23, 2023
1 parent bff65b9 commit 9af8fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use axum::{routing::get, Router};
async fn main() {
let app = Router::new().route(
"/",
get(|| async { "Hello, world! This is Jokkit. This time for sure!" }),
get(|| async { "Hello, world! This is Jokkit. This time for sure! We will delete this!" }),
);

axum::Server::bind(&"0.0.0.0:3000".parse().unwrap())
Expand Down

0 comments on commit 9af8fb5

Please sign in to comment.