filters + rating
This commit is contained in:
@@ -20,6 +20,12 @@ export const ScenarioService = {
|
||||
getExecScenariosByUser() {
|
||||
return axios.get('/scenariosByUser')
|
||||
|
||||
},
|
||||
getScenariosForRE(){
|
||||
return axios.get('/getScenariosForRE')
|
||||
},
|
||||
updateScenarioExecRating(data) {
|
||||
return axios.post('/updateRating', data)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user