Update p/server.js
This commit is contained in:
parent
38f22b2494
commit
e30ae6f3fe
@ -101,7 +101,7 @@ const listener = (req, res) => {
|
|||||||
app.get("/", (req, res) => {
|
app.get("/", (req, res) => {
|
||||||
var json = {
|
var json = {
|
||||||
status: "200",
|
status: "200",
|
||||||
version: "1.3.0",
|
version: "1.3.1",
|
||||||
URL_WHITELIST,
|
URL_WHITELIST,
|
||||||
cache: "max-age-864000",
|
cache: "max-age-864000",
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user