Skip to content

Commit

Permalink
Merge pull request #12 from GeoffreyCoulaud/master
Browse files Browse the repository at this point in the history
Updated to return text/plain content type
  • Loading branch information
geerlingguy authored Dec 14, 2024
2 parents 075c985 + e4c7df3 commit cb53f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrics
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if ($switch_id === false) {
}

# For simplicity's sake, I've broken up the two different api accesses into different files for my own peace of mind
header("Content-Type: text/plain");
switch ($generation) {
case 1:
require "shellygen1";
Expand Down

0 comments on commit cb53f0c

Please sign in to comment.