Skip to content

Commit

Permalink
BL-8 - Change UI to be able to show services from diferent model and …
Browse files Browse the repository at this point in the history
…to choose default model
  • Loading branch information
macbookpro committed Apr 12, 2024
1 parent 4a4496d commit 1d68c87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bl.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ export default req => ({
return req.put(`${ hostedServices(appId) }/${ serviceId }/update`, updates)
},

updateServiceDefaultModel(appId, updates) {
return req.put(`${urls.blBasePath(appId)}/default-model`, updates)
},

loadServiceConfig(appId, serviceId) {
return req.get(hostedServiceConfig(appId, serviceId))
},
Expand Down

0 comments on commit 1d68c87

Please sign in to comment.