This commit is contained in:
2025-04-25 22:30:43 -04:00
parent d5167074a0
commit b7f44666d5
6 changed files with 67 additions and 66 deletions

View File

@@ -70,4 +70,3 @@ class CorsMiddleware implements MiddlewareInterface
return $response->withHeader('Access-Control-Max-Age', $maxAge);
}
}