Fork me on GitHub
#pedestal
<
2019-05-15
>
emccue19:05:40

how can i make / go to /index.html

emccue19:05:59

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

emccue19:05:16

right now going to / redirects to the graphiql page

emccue19:05:15

that seems super straight forward

emccue19:05:58

but how about serving the index.html from /

emccue19:05:15

(I have very little experience with pedestal)

orestis20:05:41

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