add rate limit and app name to env

This commit is contained in:
Milo Schwartz 2024-10-03 21:01:19 -04:00
parent e6532752c6
commit e89ee4042a
No known key found for this signature in database
4 changed files with 18 additions and 4 deletions

View file

@ -1,4 +1,4 @@
import { NextFunction, Response, Request } from "express";
import { NextFunction, Response } from "express";
import ErrorResponse from "@server/types/ErrorResponse";
import { unauthorized, verifySession } from "@server/auth";
import { db } from "@server/db";