try returning the default

This commit is contained in:
Renée Hendricksen 2016-08-22 23:44:50 -04:00
parent 0ed4558e3a
commit 4068e880a6

View File

@ -4,7 +4,7 @@ class Travis::Api::App
module Helpers
module Accept
HEADER_FORMAT = /vnd\.travis-ci\.(\d+)\+(\w+)/
DEFAULT_VERSION = 'v2'
DEFAULT_VERSION = 'v1'
DEFAULT_FORMAT = 'json'
class Entry