PacktPublishing / Learning-Spring-Boot-3.0-Third-Edition

Learning Spring Boot 3.0, published by Packt
MIT License
145 stars 113 forks source link

Update ListOfVideos.js #1

Closed GrahamA2 closed 1 year ago

GrahamA2 commented 1 year ago

When running this code results in Uncaught (in promise) TypeError: fetch(...).json is not a function Separating the responseand jsoneach with an await resolves the error

Based on example code here and here