minetest / contentdb

A content database for Minetest mods, games, and more
https://content.minetest.net
GNU Affero General Public License v3.0
92 stars 45 forks source link

API: package 404s should return JSON #384

Closed rubenwardy closed 1 month ago

rubenwardy commented 2 years ago

https://content.minetest.net/api/packages/doesnotexist/modname/

rubenwardy commented 1 year ago

@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?