Skip to content

Commit

Permalink
fix yaml accept header
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed May 2, 2024
1 parent d2ff248 commit 82bbf7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/enums/AcceptHeader.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class AcceptHeader {
const ATTACHMENT= "application/octet-stream";
const JSON = "application/json";
const XML = "application/xml";
const PDF = "application/pdf";
const YML = "application/yaml";
const PDF = "application/pdf";
const HTML = "text/html";
const ICS = "text/calendar";
const TEXT = "text/plain";
Expand All @@ -31,7 +31,7 @@ class AcceptHeader {
"application/octet-stream",
"application/json",
"application/xml",
"application/yml",
"application/yaml",
"application/pdf",
"text/html",
"text/calendar",
Expand Down

0 comments on commit 82bbf7c

Please sign in to comment.