pedestal

emccue 2019-05-15T19:38:40.100400Z

how can i make / go to /index.html

emccue 2019-05-15T19:38:59.100900Z

i am using lacinia-pedestal and am trying to add a "frontend" with JS

emccue 2019-05-15T19:39:16.101300Z

right now going to / redirects to the graphiql page

emccue 2019-05-15T19:45:15.102500Z

that seems super straight forward

emccue 2019-05-15T19:45:58.102900Z

but how about serving the index.html from /

emccue 2019-05-15T19:48:15.103300Z

(I have very little experience with pedestal)

orestis 2019-05-15T20:11:41.104200Z

That’s trivial by adding a file/resource interceptor under there - I could share some code tomorrow.