how can i make /
go to /index.html
i am using lacinia-pedestal and am trying to add a "frontend" with JS
right now going to /
redirects to the graphiql page
@emccue you could move the ide-path
http://walmartlabs.github.io/apidocs/lacinia-pedestal/com.walmartlabs.lacinia.pedestal.html#var-service-map
that seems super straight forward
but how about serving the index.html from /
(I have very little experience with pedestal)
That’s trivial by adding a file/resource interceptor under there - I could share some code tomorrow.