chore: configure vite to allow for insecure cors connections on the auth rout
This commit is contained in:
parent
dd5c8e3d57
commit
32f91f7ee3
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ export default defineConfig({
|
|||
},
|
||||
'^/auth/': {
|
||||
target: "https://toolshed.j3d1.de:8000/",
|
||||
secure: false,
|
||||
},
|
||||
'^/docs/': {
|
||||
target: "https://toolshed.j3d1.de:8000/",
|
||||
|
|
Loading…
Reference in a new issue