NodeBB-0.5.1 http://localhost:4567/api/home return 404
-
Hi,
I installed 0.5.1 on my local box, and when I tried
http://localhost:4567/api/home
it returns:
Moved Temporarily. Redirecting to /404is this expected behavior for 0.5.1 ? (I don't have same issue in older version).
btw - where is the code for /api/home ?
Thanks! -
Technically, I broke the rules when I removed
/api/home
, since that counts as a breaking change while we were in a feature freeze, but yes The route is now/api
, since/api/home
was the only odd one out. The API now matches routes 1:1 (with the/api/
prefix)
Copyright © 2024 NodeBB | Contributors