Correct missing license header on app/api/houdini/v1/api.rb
This commit is contained in:
parent
d2f04ec426
commit
e80e474b8d
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||||
require 'houdini/v1/validations'
|
require 'houdini/v1/validations'
|
||||||
class Houdini::V1::API < Grape::API
|
class Houdini::V1::API < Grape::API
|
||||||
logger.formatter = GrapeLogging::Formatters::Rails.new
|
logger.formatter = GrapeLogging::Formatters::Rails.new
|
||||||
|
|
Loading…
Add table
Reference in a new issue