Nick
10/22/2018, 7:02 AMserver.start({
debug: true,
cacheControl: {
defaultMaxAge: 5
},
port: process.env.PORT,
playground: process.env.PLAYGROUND
},
() => log(`🚀 Server is running on localhost:${process.env.PORT}`)
but when i send request to server i see what no caching in this moment