mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-11 08:18:37 +01:00
add anomaly + fix billing + add emails templates
This commit is contained in:
@@ -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