```const httpLink = new HttpLink({ uri: SIMPLE_A...
# prisma-whats-new
m
Copy code
const httpLink = new HttpLink({
  uri: SIMPLE_API_ENDPOINT
});
it seems like no matter what i pass to the apollo client gets ignored and i get
<http://localhost:3000/graphql> 404 (Not Found)
, anyone else having this issue?