File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/models-library/src/models_library/api_schemas_webserver Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments