mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-16 04:25:34 +00:00
Changed self-hosted to run on ESM
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
* have to wait two minutes.
|
||||
*/
|
||||
|
||||
import { app } from "./webserver";
|
||||
import { getCertificates } from "./shared";
|
||||
import path from "node:path";
|
||||
import { PKPass } from "passkit-generator";
|
||||
import { app } from "./webserver.js";
|
||||
import { getCertificates } from "./shared.js";
|
||||
|
||||
app.route("/expirationDate/:modelName").get(async (request, response) => {
|
||||
if (!request.query.fn) {
|
||||
|
||||
Reference in New Issue
Block a user