Why when running `prisma info` I get the HTTP endp...
# prisma-whats-new
e
Why when running
prisma info
I get the HTTP endpoint
<http://localhost:4466/server/dev>
and Playground is using
<http://localhost:4000>
? Shouldn't they be the same? I'm actually using
<http://localhost:4000>
with Apollo.
k
one is the db endpoint, one is the yoga server
in the playground you get access to the yoga server
e
Ok, thanks.