summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSin <[email protected]>2020-05-25 03:56:43 -0700
committerGitHub <[email protected]>2020-05-25 03:56:43 -0700
commitf57cabec95f565028919da8fd4d24c3f6699a2a7 (patch)
tree93c1bb72d63c4b63651517860663f6792bd598cd
parentrevert last port commit (diff)
downloadaghpb-online-f57cabec95f565028919da8fd4d24c3f6699a2a7.tar.xz
aghpb-online-f57cabec95f565028919da8fd4d24c3f6699a2a7.zip
Update app.js
-rw-r--r--app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.js b/app.js
index bd12747..3a0ba2c 100644
--- a/app.js
+++ b/app.js
@@ -1,3 +1,4 @@
+'use strict';
const express = require('express');
const app = express();
const fs = require('fs');