From 1fcceef40a3f22d98843d429288f2233137d3d59 Mon Sep 17 00:00:00 2001 From: sraffauf Date: Fri, 10 Oct 2025 16:51:20 +0200 Subject: [PATCH] Fixed logout error where it would try to redirect to wrong file --- backend/logout.php | 2 +- backend/tickets.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/backend/logout.php b/backend/logout.php index c16eaed..8627523 100644 --- a/backend/logout.php +++ b/backend/logout.php @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/backend/tickets.json b/backend/tickets.json index 0637a08..6a60d54 100644 --- a/backend/tickets.json +++ b/backend/tickets.json @@ -1 +1,5 @@ -[] \ No newline at end of file +[ + { + + } +] \ No newline at end of file