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