From 5518b335a864931d89930be546340e8843aa260a Mon Sep 17 00:00:00 2001 From: Maksym Date: Wed, 18 Jan 2023 12:54:10 +0100 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D1=83=D1=87=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5.=20=D0=9F=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D0=BE=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=BD=D0=BE=D0=B2=D0=BE=D0=B9=20=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B=20=D1=81=20=D0=BD=D0=B5?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D1=8C=D0=BD=D1=8B=D0=BC=20?= =?UTF-8?q?=D0=B2=D0=B2=D0=BE=D0=B4=D0=BE=D0=BC=20=D0=BE=D1=82=D0=B2=D0=B5?= =?UTF-8?q?=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/api/.htaccess b/api/.htaccess index 5b0712ea..6705c6ff 100644 --- a/api/.htaccess +++ b/api/.htaccess @@ -1,4 +1,5 @@ RewriteEngine On RewriteRule ^training/complete/?$ index.php?get=complete [L] + RewriteRule ^training/go_back/?$ index.php?get=go_back [L] \ No newline at end of file