mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Logggg
This commit is contained in:
parent
5d4af4adbd
commit
38b598b6b7
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ export class RequestParser {
|
|||
* @throws Error if body is invalid
|
||||
*/
|
||||
async toObject<T>() {
|
||||
console.log(await this.determineContentType());
|
||||
try {
|
||||
switch (await this.determineContentType()) {
|
||||
case "application/json":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue