remove unneeded https import

This commit is contained in:
Mystikfluu 2022-08-26 19:31:11 +02:00
parent 1a142c581b
commit 50ec37884a

View File

@ -1,5 +1,4 @@
import http from "http";
import https from "https";
import * as express from "express";
import useragent from "express-useragent";
import fileUpload from "express-fileupload";