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