generate site using llm prompt
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"/api": {
|
||||
"target": "http://localhost:8080",
|
||||
"target": "http://127.0.0.1:8080",
|
||||
"secure": false
|
||||
},
|
||||
"/oauth2": {
|
||||
"target": "http://localhost:8080",
|
||||
"target": "http://127.0.0.1:8080",
|
||||
"secure": false
|
||||
},
|
||||
"/login": {
|
||||
"target": "http://localhost:8080",
|
||||
"target": "http://127.0.0.1:8080",
|
||||
"secure": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user