mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-03 01:24:58 +02:00
add rate limit and app name to env
This commit is contained in:
parent
e6532752c6
commit
e89ee4042a
4 changed files with 18 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue