mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
More logging enabling
This commit is contained in:
parent
820d05c997
commit
fc492c827b
|
|
@ -118,6 +118,8 @@ export default apiRoute(async (req, matchedRoute, extraData) => {
|
|||
}
|
||||
}
|
||||
|
||||
console.log(body);
|
||||
|
||||
// Add sent data to database
|
||||
switch (body.type) {
|
||||
case "Note": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue