This commit is contained in:
zack 2024-10-26 23:30:25 -04:00
parent 221c3ae76c
commit 01f8016cfd
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
2 changed files with 35 additions and 3 deletions

View file

@ -19,7 +19,10 @@ defmodule ZoeyscomputerWeb.GistJSON do
%{
id: gist.id,
code: gist.code,
lang: gist.lang
lang: gist.lang,
author_id: gist.author_id,
desc: gist.desc,
title: gist.title
}
end
end