mirror of
https://github.com/sasjs/server.git
synced 2026-01-07 14:40:05 +00:00
fix: csrf package is changed to pillarjs-csrf
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { RequestHandler, Request, Response, NextFunction } from 'express'
|
||||
import jwt from 'jsonwebtoken'
|
||||
import { csrfProtection } from '../app'
|
||||
import { csrfProtection } from './'
|
||||
import {
|
||||
fetchLatestAutoExec,
|
||||
ModeType,
|
||||
|
||||
Reference in New Issue
Block a user