RE Single class scenarios picklist
This commit is contained in:
@@ -24,8 +24,8 @@ export const ScenarioService = {
|
||||
getScenariosForRE(){
|
||||
return axios.get('/getScenariosForRE')
|
||||
},
|
||||
updateScenarioExecRating(data) {
|
||||
return axios.post('/updateRating', data)
|
||||
updateScenarioExecRating(id, rating) {
|
||||
return axios.get('/updateRating?id=' + id + '&rating=' + rating)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user