mirror of
https://github.com/sct/overseerr.git
synced 2025-12-27 00:34:56 +01:00
* revert: reverts csrf-csrf back to csurf This reverts csrf-csrf change brought on by `9e3119` in #1393 back to `csurf` that is maintained * fix: type declarations for csurf
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
declare module '@dr.pogodin/csurf' {
|
|
import csrf = require('csurf');
|
|
export = csrf;
|
|
}
|