Commit a57d08ab authored by Mark Harding's avatar Mark Harding

(fix): redirect loop for legacy wall posts

parent f4e6db2d
No related merge requests found
Pipeline #72333598 running with stages
......@@ -12,7 +12,7 @@ class wall extends core\page implements Interfaces\page
{
public function get($pages)
{
forward('fs/v1/thumbnail/' . $pages[1]);
forward('/fs/v1/thumbnail/' . $pages[1]);
}
public function post($pages)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment