This commit is contained in:
Alexander Cerutti
2019-06-30 02:25:30 +02:00
parent 35789a3d34
commit 8b6f1ba948
4 changed files with 32 additions and 38 deletions

View File

@@ -10,7 +10,6 @@
import app from "./webserver";
import { createPass } from "..";
import { PassWithBarcodeMethods } from "../src/pass";
app.all(async function manageRequest(request, response) {
const passName = request.params.modelName + "_" + (new Date()).toISOString().split('T')[0].replace(/-/ig, "");