From 5631930bf59ce2586fb1a832983bfa5144890fdb Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Mon, 21 Oct 2024 19:13:20 +0200 Subject: [PATCH] =?UTF-8?q?Typo=20fix=C2=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utilities/http.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utilities/http.ts b/src/utilities/http.ts index 8ecc5ab..2022b45 100644 --- a/src/utilities/http.ts +++ b/src/utilities/http.ts @@ -13,7 +13,7 @@ import { getPublicPath } from './storage' async function addHttpRoutes(app: Application) { /** - * Get all base sprite, assets + * Get all base sprite, assets * @param req * @param res */