fix market controller collision

This commit is contained in:
creating2morrow 2023-06-05 11:36:36 -04:00
parent 89e7a0cbb5
commit 8f85277194

View file

@ -157,7 +157,7 @@ pub async fn rx_multisig_message(
/// multisig info, check balance and sanity check `unlock_time`. /// multisig info, check balance and sanity check `unlock_time`.
/// ///
/// Protected: true /// Protected: true
#[post("/<orid>")] #[post("/ship/<orid>")]
pub async fn request_shipment( pub async fn request_shipment(
orid: String, orid: String,
_jwp: proof::PaymentProof, _jwp: proof::PaymentProof,
@ -178,7 +178,7 @@ pub async fn request_shipment(
/// transaction and return the encrypted delivery information. /// transaction and return the encrypted delivery information.
/// ///
/// Protected: true /// Protected: true
#[post("/<orid>")] #[post("/finalize/<orid>")]
pub async fn finalize_order( pub async fn finalize_order(
orid: String, orid: String,
_jwp: proof::PaymentProof, _jwp: proof::PaymentProof,