mock offer endpoint

This commit is contained in:
counterweight 2025-02-25 17:00:29 +01:00
parent 54425f8ef9
commit b3fe695ee5
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,6 @@
async function createOffer(publicKey, offerDetails) {
console.log('oui oui, je suis offer creation oui');
console.log(publicKey);
console.log(offerDetails);
}
module.exports = createOffer;