fix(frontend): proxy authenticated non-GET requests through rate limiter
This commit is contained in:
parent
567e794154
commit
a4ca0902a3
2 changed files with 10 additions and 6 deletions
|
@ -5,7 +5,6 @@ import {
|
|||
Link,
|
||||
Outlet,
|
||||
useActionData,
|
||||
useFetcher,
|
||||
useRouteLoaderData,
|
||||
} from "@remix-run/react";
|
||||
import { loader as settingsLoader } from "../settings/route";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue