webui: Add API authentication

This commit is contained in:
Kevin Kandlbinder 2022-03-25 21:18:45 +01:00
parent 35a2070fb9
commit 0aa91fa99f
34 changed files with 2088 additions and 135 deletions

5
webui/relay.config.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
src: "./src",
schema: "./data/schema.graphql",
language: "typescript"
}