mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-10-30 00:27:36 +00:00
fix market controller collision
This commit is contained in:
parent
89e7a0cbb5
commit
8f85277194
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue