try returning the default
This commit is contained in:
parent
0ed4558e3a
commit
4068e880a6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user