fix api
This commit is contained in:
parent
221c3ae76c
commit
01f8016cfd
2 changed files with 35 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue