diff options
author | HampusM <hampus@hampusmat.com> | 2021-04-16 16:53:53 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-04-16 16:53:53 +0200 |
commit | ef256e9e40b5fd0cc741c509e611808cc66bafad (patch) | |
tree | 8363cd193b36ae3a7159f3498b5efb093e086d40 /app.js |
Initial commit
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +const express = require("express"); + +const app = express(); |