Daniel Karzel
3 years ago
No known key found for this signature in database
GPG Key ID: 30C3FC2E438ADB6E
1 changed files with
0 additions and
6 deletions
-
daemon/src/routes_maker.rs
|
|
@ -125,12 +125,6 @@ pub struct PromptAuthentication { |
|
|
|
www_authenticate: Header<'static>, |
|
|
|
} |
|
|
|
|
|
|
|
/// The maker POSTs this to accept an order
|
|
|
|
#[derive(Debug, Clone, Deserialize)] |
|
|
|
pub struct AcceptOrRejectTakeRequest { |
|
|
|
pub order_id: OrderId, |
|
|
|
} |
|
|
|
|
|
|
|
#[rocket::post("/cfd/<id>/<action>")] |
|
|
|
pub async fn post_cfd_action( |
|
|
|
id: OrderId, |
|
|
|