This commit is contained in:
2026-02-01 05:32:30 +01:00
parent 1a10e3c784
commit f35a09f07a
+1 -1
View File
@@ -19,7 +19,7 @@ class Api::Base < Grape::API
desc "Return public entries in all languages",
is_array: true,
success: Api::Entities::Entry,
produces: ["application/json"]
produces: [ "application/json" ]
params do
optional :since,
type: String,