We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86982d8 commit 43a62feCopy full SHA for 43a62fe
src/index.js
@@ -29,7 +29,7 @@ const apiVideoKey = process.env.apivideoKeyProd;
29
// website demo
30
//get request is the initial request - load the HTML page with the form
31
app.get('/', (req, res) => {
32
-
+ res.header('Cache-Control', 'no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0');
33
//console.log(req);
34
//usually you'd get values from POST body
35
//let videoName=req.body.videoName;
0 commit comments