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