Name card done

This commit is contained in:
2025-11-11 12:25:39 +01:00
parent d5071dbf69
commit 0f1fff0609
8 changed files with 174 additions and 38 deletions

2
app.js
View File

@@ -3,7 +3,7 @@ import express from "express";
import {Logger} from "./wwwroot/core/logging/logger.js";
import {launch} from "./bot.js";
await launch();
//await launch();
const app = express();
app.use(express.json());