fix error

This commit is contained in:
chiu 2024-04-09 12:37:46 +00:00
parent fbb2b30d66
commit 8cc06fd67e
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ class GalleriesController < ApplicationController
title: values.title,
alt_title: alt_text,
url: values.file.url,
file: values.file.as_json[:file],
file: values.file.as_json,
gallery_album_id: values.album_id,
tags: values.tags}
end