icebreaker-science / backend

The backend (Spring Boot) part of the icebreaker.science application
Apache License 2.0
2 stars 0 forks source link

Keywords of wikipage are not returned #92

Closed chaoran-chen closed 3 years ago

chaoran-chen commented 3 years ago

The GET /wiki/{id} endpoint does not return the keywords associated with a WikiPage. This bug was introduced by #91 where automatic lazy loading was disabled for security reasons.