Examples improvements

This commit is contained in:
Alexander Cerutti
2019-07-25 23:06:52 +02:00
parent 693694a9eb
commit 8bd7978e0b
4 changed files with 66 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
*/
import express from "express";
const app = express();
export const app = express();
app.use(express.json());