Add tests for posts route
This commit is contained in:
@@ -23,7 +23,7 @@ http {
|
||||
|
||||
# redirect requests ending in a forward slash
|
||||
location ~ ^/(.+)/$ {
|
||||
return 302 /$1;
|
||||
return 301 /$1;
|
||||
}
|
||||
|
||||
location /css {
|
||||
|
||||
Reference in New Issue
Block a user