feat/odflaknutyRefreshDat #17

Merged
batmanisko merged 7 commits from feat/odflaknutyRefreshDat into master 2025-08-01 09:05:51 +02:00
Showing only changes of commit 58bb5f4e7d - Show all commits

View File

@ -96,6 +96,9 @@ app.get("/api/qr", (req, res) => {
// ----------------------------------------------------
// Přeskočení auth pro refresh dat xd
app.use("/api/food/refresh", foodRoutes);
/** Middleware ověřující JWT token */
app.use("/api/", (req, res, next) => {
if (HTTP_REMOTE_USER_ENABLED) {