Tweaks to test

This commit is contained in:
Jesse Wierzbinski 2023-10-16 08:50:10 -10:00
parent dbf855df18
commit 3c289dd3de
4 changed files with 120 additions and 102 deletions

View file

@ -4,7 +4,7 @@ import { User } from "~database/entities/User";
import { applyConfig } from "@api";
export const meta = applyConfig({
allowedMethods: ["POST"],
allowedMethods: ["GET"],
ratelimits: {
max: 30,
duration: 60,