mirror of
https://github.com/ditkrg/jsonapi-swagger.git
synced 2026-01-22 22:06:50 +00:00
8 lines
95 B
Ruby
8 lines
95 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Jsonapi
|
|
module Swagger
|
|
VERSION = '0.1.0'
|
|
end
|
|
end
|