Update [...service].js

This commit is contained in:
shamoon 2023-03-31 08:06:19 -07:00
parent 9303302ce7
commit 489132269e

View File

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