Add 404 template

This commit is contained in:
Justin Edmund 2020-09-19 12:46:29 -07:00
parent 071f6b4664
commit 00d9e7f5f6

View file

@ -0,0 +1,8 @@
object false
node(:errors) do
{
'message': "Record could not be found.",
'code': 'not_found'
}
end