Admin routes are not working properly by default as specified in the README file.
The url specified of /admin/blog_posts is not pointed at the 'blog' plugin.
I had to instead use /admin/blog/blog_posts but I'm not sure if that will create other issues.
Admin routes are not working properly by default as specified in the README file.
The url specified of
/admin/blog_postsis not pointed at the 'blog' plugin.I had to instead use
/admin/blog/blog_postsbut I'm not sure if that will create other issues.