copy changes, fix links

This commit is contained in:
Kyle Drake 2014-04-22 15:03:29 -07:00
parent fa3eba3a22
commit e774deb5ca
8 changed files with 51 additions and 105 deletions

4
app.rb
View file

@ -22,7 +22,7 @@ before do
end
not_found do
slim :'not_found'
erb :'not_found'
end
error do
@ -39,7 +39,7 @@ error do
api_error 500, 'server_error', 'there has been an unknown server error, please try again later', 500
end
slim :'error'
erb :'error'
end
get '/home_mockup' do