Controllers+JS: Change the blog search to a POST request

This commit is contained in:
Riyyi
2022-12-02 11:51:52 +01:00
parent 2ecc79c714
commit 0138a14c29
3 changed files with 16 additions and 17 deletions
-1
View File
@@ -18,7 +18,6 @@ return [
['/robots.txt', 'IndexController', 'robots'],
['/sitemap.xml', 'IndexController', 'sitemap'],
['/blog', 'BlogController'],
['/blog/search', 'BlogController', 'search'],
['/login', 'LoginController', 'login', ['', 'Sign in', '']],
['/reset-password', 'LoginController', 'reset', ['', 'Reset password', '']],
['/logout', 'LoginController', 'logout'],