swagger api docs fix

This commit is contained in:
2026-07-28 13:14:20 +02:00
parent 397f828315
commit 608f1b5931
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -11,6 +11,7 @@ Apipie.configure do |config|
config.translate = false
config.default_version = "1.0"
config.app_info = "Teletype Games retro game library API"
config.swagger_content_type_input = :json
config.swagger_json_input_uses_refs = true
config.generator.swagger.content_type_input = :json
config.generator.swagger.json_input_uses_refs = true
config.generator.swagger.suppress_warnings = true
end