mirror of
https://github.com/sigmasternchen/useful-api.org
synced 2025-03-15 07:58:55 +00:00
fix: plain renderer
This commit is contained in:
parent
6a6d0b641e
commit
bd94138991
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
|||
return function ($data) {
|
||||
header("Content-Type: text/plain");
|
||||
echo $data;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue