This commit is contained in:
Oskar 2021-08-27 20:11:37 +02:00
parent c41987320b
commit 419b35d86f
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ const AddURLPage = () => {
pending: 'Sending request',
success: {
render({ data }) {
console.log(data)
return `Added ${data.response.data.url}!`
}
},