Skip to content

Commit 4809a02

Browse files
fix sonar
1 parent e29a971 commit 4809a02

File tree

1 file changed

+3
-3
lines changed
  • packages/models-library/src/models_library/api_schemas_webserver

1 file changed

+3
-3
lines changed

packages/models-library/src/models_library/api_schemas_webserver/auth.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,23 +92,23 @@ class ApiKeyCreateResponse(ApiKeyCreateRequest):
9292
{
9393
"id": "42",
9494
"display_name": "test-api-forever",
95-
"api_base_url": "http://localhost:8000/v0",
95+
"api_base_url": "http://api.osparc.io/v0",
9696
"api_key": "key",
9797
"api_secret": "secret",
9898
},
9999
{
100100
"id": "48",
101101
"display_name": "test-api-for-one-day",
102102
"expiration": 60 * 60 * 24,
103-
"api_base_url": "http://localhost:8000/v0",
103+
"api_base_url": "http://api.sim4life.io/v0",
104104
"api_key": "key",
105105
"api_secret": "secret",
106106
},
107107
{
108108
"id": "54",
109109
"display_name": "test-api-for-another-day",
110110
"expiration": "24:00:00",
111-
"api_base_url": "http://localhost:8000/v0",
111+
"api_base_url": "http://api.osparc-master.io/v0",
112112
"api_key": "key",
113113
"api_secret": "secret",
114114
},

0 commit comments

Comments
 (0)