mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-26 04:14:21 +00:00
fixed comparison
This commit is contained in:
parent
d11eccefc0
commit
874bc6c8a9
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ app.use(sharedCookieParser);
|
|||
app.use(bodyParser.json({ limit: '5mb' }));
|
||||
app.use(bodyParser.urlencoded({ limit: '5mb', extended: true }));
|
||||
|
||||
if (config.getRequestsCachePeriod)
|
||||
if (config.getRequestsCachePeriod > 0)
|
||||
{
|
||||
app.use((req, res, next) => {
|
||||
if (req.method === 'GET')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue