fix + test api with resl client
This commit is contained in:
16
.vscode/settings.json
vendored
16
.vscode/settings.json
vendored
@@ -1,4 +1,18 @@
|
||||
{
|
||||
"taipyStudio.config.mainPythonFile": "manage.py",
|
||||
"taipyStudio.gUI.elementsFilePaths": []
|
||||
"taipyStudio.gUI.elementsFilePaths": [],
|
||||
"rest-client.environmentVariables": {
|
||||
"$shared": {
|
||||
"version": "v1",
|
||||
"prodToken": "foo",
|
||||
"nonProdToken": "bar"
|
||||
},
|
||||
"test": {
|
||||
"version": "v2",
|
||||
"host": "localhost"
|
||||
},
|
||||
"production": {
|
||||
"host": "aaaaa",
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user