Eric Chun

Results 1 comments of Eric Chun

Use the backend server url endpoint we created for dalleRoutes --> http://localhost:8080/api/v1/dalle -> put the above url in the generateImage function in CreatePost.jsx. const response = await fetch('http://localhost:8080/api/v1/dalle', this worked...