I have a project a github which can be found here: https://github.com/marcvanderpeet12/bloccitmaster
I have the following problem:
- If I go here: http://localhost:3000/topics/2 and add a new post
- I save a post but its not saved in the right folder (I want it to be save in topics2 so next time I go to http://localhost:3000/topics/2 i see it there).
But it does not seem to save in the right folder. Any quick thoughts on what goes wrong?