mirror of
https://github.com/neocities/neocities.git
synced 2025-05-28 07:01:52 +02:00
fix for api 404
This commit is contained in:
parent
d5493d4d23
commit
882d2fb4b2
2 changed files with 10 additions and 0 deletions
1
app.rb
1
app.rb
|
@ -39,6 +39,7 @@ before do
|
|||
end
|
||||
|
||||
not_found do
|
||||
api_not_found if @api
|
||||
@title = 'Not Found'
|
||||
erb :'not_found'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue