IO-2039 Add unknown file type thumbnail.
This commit is contained in:
@@ -150,6 +150,7 @@ app.post(
|
||||
BillRequestValidator,
|
||||
BillsUploadMedia
|
||||
);
|
||||
|
||||
app.get(
|
||||
"/",
|
||||
ValidateImsToken,
|
||||
@@ -160,6 +161,7 @@ app.get(
|
||||
|
||||
InitServer();
|
||||
app.use(FolderPaths.StaticPath, express.static(FolderPaths.Root, {}));
|
||||
app.use("/assets", express.static("./assets", {}));
|
||||
app.listen(port, () => {
|
||||
logger.info(`ImEX Media Server is running at http://localhost:${port}`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user