fix(frontend): proxy authenticated non-GET requests through rate limiter

This commit is contained in:
sam 2024-10-03 16:53:26 +02:00
parent 567e794154
commit a4ca0902a3
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
2 changed files with 10 additions and 6 deletions

View file

@ -5,7 +5,6 @@ import {
Link,
Outlet,
useActionData,
useFetcher,
useRouteLoaderData,
} from "@remix-run/react";
import { loader as settingsLoader } from "../settings/route";