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

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

parent a5dda7f5
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ class YoutubeController 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