diff options
Diffstat (limited to 'app/views/errors/not_found.json')
-rw-r--r-- | app/views/errors/not_found.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/errors/not_found.json b/app/views/errors/not_found.json new file mode 100644 index 0000000..2fcc629 --- /dev/null +++ b/app/views/errors/not_found.json @@ -0,0 +1,4 @@ +{ + "error": "not_found", + "message": "Not Found" +}
\ No newline at end of file |