Added / api call

This commit is contained in:
Janik 2025-07-20 21:07:01 +02:00
parent 241ebe07f2
commit 0029f528c1

View file

@ -87,7 +87,9 @@ app.post('/api/logout', (req, res) => {
req.session.destroy(() => res.json({ success: true }));
});
app.get('/', (req, res) => {
res.json({ Name: "TRX SHORTLINK API" });
});