@peter If you can cope with the embed.ly branding, then yes, it would. 👍
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 yesThe route is now
/api
, since/api/home
was the only odd one out. The API now matches routes 1:1 (with the/api/
prefix) -
@julian Just a thought. Shouldn't it be a 301 Moved Permenantly? Not a 302? Unless you're putting it back just in time to annoy everyone.
-
@a_5mith sounds about right, I should have /api/home 301 to /api