mirror of
https://github.com/creating2morrow/neveko.git
synced 2025-01-03 09:29:39 +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`.
|
||||
///
|
||||
/// Protected: true
|
||||
#[post("/<orid>")]
|
||||
#[post("/ship/<orid>")]
|
||||
pub async fn request_shipment(
|
||||
orid: String,
|
||||
_jwp: proof::PaymentProof,
|
||||
|
@ -178,7 +178,7 @@ pub async fn request_shipment(
|
|||
/// transaction and return the encrypted delivery information.
|
||||
///
|
||||
/// Protected: true
|
||||
#[post("/<orid>")]
|
||||
#[post("/finalize/<orid>")]
|
||||
pub async fn finalize_order(
|
||||
orid: String,
|
||||
_jwp: proof::PaymentProof,
|
||||
|
|
Loading…
Reference in a new issue