Closed callmemarv closed 3 years ago
Updating the title of an article updates the slug in the background. The update endpoint then tries to retrieve the updated article using the old slug which results in an internal server error.
I created a pull request that fixes the problem by using the updated slug instead. https://github.com/gothinkster/spring-boot-realworld-example-app/pull/37
Fixed with #37
Updating the title of an article updates the slug in the background. The update endpoint then tries to retrieve the updated article using the old slug which results in an internal server error.
I created a pull request that fixes the problem by using the updated slug instead. https://github.com/gothinkster/spring-boot-realworld-example-app/pull/37