fix: plain renderer

This commit is contained in:
overflowerror 2023-11-24 14:48:44 +01:00
parent 6a6d0b641e
commit bd94138991

View file

@ -3,4 +3,4 @@
return function ($data) {
header("Content-Type: text/plain");
echo $data;
}
};