From fd24b59e8956748ab13f2378718ad08644f0020a Mon Sep 17 00:00:00 2001 From: flashwave Date: Thu, 14 Nov 2024 03:19:47 +0000 Subject: [PATCH] Forgot to register the OPTIONS method :3 --- src/V1/V1EmotesRoutes.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/V1/V1EmotesRoutes.php b/src/V1/V1EmotesRoutes.php index 8b69dda..83c6502 100644 --- a/src/V1/V1EmotesRoutes.php +++ b/src/V1/V1EmotesRoutes.php @@ -1,7 +1,7 @@ setHeader('Access-Control-Allow-Origin', '*');