mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
add anomaly + fix billing + add emails templates
This commit is contained in:
@@ -6,7 +6,7 @@ import { RedisStreamService } from "@services/RedisStreamService";
|
||||
const router = Router();
|
||||
|
||||
const allowAnyType = () => true;
|
||||
const jsonOptions = { limit: '5mb', type: allowAnyType }
|
||||
const jsonOptions = { limit: '25kb', type: allowAnyType }
|
||||
|
||||
const streamName = requireEnv('STREAM_NAME');
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ const app = express();
|
||||
app.use(cors());
|
||||
|
||||
const allowAnyType = () => true;
|
||||
const jsonOptions = { limit: '5mb', type: allowAnyType }
|
||||
const jsonOptions = { limit: '25kb', type: allowAnyType }
|
||||
|
||||
const streamName = requireEnv('STREAM_NAME');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user