From ce55f527666e6726c811464ef341cb67742f7137 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Wed, 10 Nov 2021 22:35:17 +0000 Subject: Add trailing slash to URLs to prevent redirect The Apache configuration redirects requests with out a trailing slash. It does a redirect without preserving the http method. E.g. a POST /store redirects to GET /store/ --- src/templates/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/templates/edit.php') diff --git a/src/templates/edit.php b/src/templates/edit.php index 5318c2c..639ce27 100644 --- a/src/templates/edit.php +++ b/src/templates/edit.php @@ -12,7 +12,7 @@

Bookmarks

Edit

Back -
+ -- cgit v1.2.3-13-gbd6f