From 0a81ef90d616accd0abf37cf7ae6548e891ea9dd Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Tue, 18 Apr 2023 21:17:42 -0400 Subject: [PATCH] Add canonical URL to responses --- src/status.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/status.ts b/src/status.ts index e19e333..f8947cb 100644 --- a/src/status.ts +++ b/src/status.ts @@ -89,6 +89,7 @@ export const handleStatus = async ( /* Base headers included in all responses */ const headers = [ + ``, ``, ``, ``,