chore: add logs
parent
2e0b7440ce
commit
b61fb37e7e
|
@ -12,6 +12,7 @@ export default {
|
|||
})
|
||||
.then((response) => {
|
||||
response.data._embedded.questions.forEach(question => {
|
||||
console.info(question._links.self.href, question, $axios.defaults.baseURL + "/questions/");
|
||||
question.id = Number(question._links.self.href.replace($axios.defaults.baseURL + "/questions/", ""));
|
||||
return question;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue