contentdb
contentdb copied to clipboard
API: package 404s should return JSON
https://content.minetest.net/api/packages/doesnotexist/modname/
@is_package_page will call abort(404) which causes HTML to be returned. Not sure the best way to handle this is - can you have error handlers on blueprints?