1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-06-21 00:55:17 +00:00

Add support for POST requests

This commit is contained in:
2019-11-21 18:26:19 +01:00
parent 71807d2677
commit fe46644511
2 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,3 @@
import { Response, Request } from "express";
import { RequestHandler } from "../models/RequestHandler";
/**