Skip to content

Commit 102881a

Browse files
committed
feat(http): change api/1 to api
1 parent 2855d9b commit 102881a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/bm_http/src/http.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pub async fn serve(
5757
};
5858

5959
let router = Router::new()
60-
.nest("/api/1", api1::router(config.api1, state.clone()))
60+
.nest("/api", api1::router(config.api1, state.clone()))
6161
.nest("/health", health::router(state))
6262
.fallback_service(ServeDir::new(directory))
6363
.layer(

0 commit comments

Comments
 (0)