Skip to content

Commit

Permalink
Merge pull request #14 from Yisaer/change_port
Browse files Browse the repository at this point in the history
fix: change port
  • Loading branch information
Yisaer authored Aug 23, 2024
2 parents ca867ff + 7aca487 commit 19a7dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ pub async fn main() {
storage_mgr,
};
let session = Arc::new(Mutex::new(Session::new(query_ctx)));
let http_addr = "127.0.0.1:3000";
let http_addr = "127.0.0.1:3030";
let app = Router::new()
.route("/metrics", get(metrics_handler))
.route(
Expand Down

0 comments on commit 19a7dd5

Please sign in to comment.