Skip to content
Snippets Groups Projects
Verified Commit 3a855cba authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[BUGFIX] Fix wrong output content-type of index controller

parent 5f73d130
No related branches found
Tags 4.1.3
No related merge requests found
......@@ -143,7 +143,7 @@ class VimeoController extends ActionController {
]
);
return $this->jsonResponse();
return $this->htmlResponse();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment