feat: upgrade ink for performance, and use stdio not http (#8004)
This commit is contained in:
@@ -114,6 +114,7 @@ pub fn create_router(server: Arc<AcpServer>) -> Router {
|
||||
|
||||
Router::new()
|
||||
.route("/health", get(health))
|
||||
.route("/status", get(health))
|
||||
.route(
|
||||
"/acp",
|
||||
post(http::handle_post).with_state(http_state.clone()),
|
||||
|
||||
Reference in New Issue
Block a user