web: rewrite frontend to use graphql for search results

This commit is contained in:
2023-11-25 09:06:24 -08:00
parent 3e3024dd5c
commit 0737f5aac5
7 changed files with 380 additions and 34 deletions

View File

@@ -9,3 +9,7 @@ port = 6758
[[proxy]]
backend = "http://localhost:9345/"
rewrite= "/api/"
[[proxy]]
backend="http://localhost:9345/graphiql"
[[proxy]]
backend="http://localhost:9345/graphql"