Hey what’s the URL pattern for file uploads on a l...
# prisma-whats-new
m
Hey what’s the URL pattern for file uploads on a local cluster? The doc examples are all
<https://api.graph.cool/file/v1/__PROJECT_ID__>
. I’ve tried
<http://localhost:60000/file/v1/__PROJECT_ID__>
(and without ‘v1’) but it looks like it doesn’t accept POST
n
the local cluster doesn't come with a File service, but there's this feature request: https://github.com/graphcool/framework/issues/1120
m
Ah ok, thanks!