mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28: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
|
// Add sent data to database
|
||||||
switch (body.type) {
|
switch (body.type) {
|
||||||
case "Note": {
|
case "Note": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue