mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-05-28 00:06:37 +02:00
webui: Add API authentication
This commit is contained in:
parent
35a2070fb9
commit
0aa91fa99f
34 changed files with 2088 additions and 135 deletions
5
webui/relay.config.js
Normal file
5
webui/relay.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
src: "./src",
|
||||
schema: "./data/schema.graphql",
|
||||
language: "typescript"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue