Add tests for posts route

This commit is contained in:
2025-06-11 09:52:06 -07:00
parent 831a86c738
commit 7b8413ae57
2 changed files with 15 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ http {
# redirect requests ending in a forward slash
location ~ ^/(.+)/$ {
return 302 /$1;
return 301 /$1;
}
location /css {