diff options
| author | Sin <[email protected]> | 2020-05-25 03:56:43 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-25 03:56:43 -0700 |
| commit | f57cabec95f565028919da8fd4d24c3f6699a2a7 (patch) | |
| tree | 93c1bb72d63c4b63651517860663f6792bd598cd | |
| parent | revert last port commit (diff) | |
| download | aghpb-online-f57cabec95f565028919da8fd4d24c3f6699a2a7.tar.xz aghpb-online-f57cabec95f565028919da8fd4d24c3f6699a2a7.zip | |
Update app.js
| -rw-r--r-- | app.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +'use strict'; const express = require('express'); const app = express(); const fs = require('fs'); |