From c362d041fafc97a7f50d6e9e5ed8d18aa6353f7e Mon Sep 17 00:00:00 2001 From: Carsten Keller Date: Sat, 17 Feb 2024 21:55:52 +0100 Subject: [PATCH] =?UTF-8?q?Dateityp=20PNG=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/Source/FileHandler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Server/Source/FileHandler.ts b/Server/Source/FileHandler.ts index c1829bc..fa4946f 100644 --- a/Server/Source/FileHandler.ts +++ b/Server/Source/FileHandler.ts @@ -28,6 +28,7 @@ export class FileHandler { { ending: 'ico', encoding: 'image/x-icon' }, { ending: 'svg', encoding: 'image/svg+xml' }, { ending: 'txt', encoding: 'text/plain' }, + { ending: 'png', encoding: 'image/png' }, ]