8 lines
116 B
Ruby
8 lines
116 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module Gitlab
|
||
|
module WebHooks
|
||
|
GITLAB_EVENT_HEADER = 'X-Gitlab-Event'
|
||
|
end
|
||
|
end
|