Update [...service].js

pull/1169/head
shamoon 1 year ago
parent 9303302ce7
commit 489132269e

@ -75,7 +75,7 @@ export default async function handler(req, res) {
}
}
return res.status(200).send({
return res.status(404).send({
error: "not found",
});
} catch (e) {

Loading…
Cancel
Save