copy to clipboard text item url #782

This commit is contained in:
2020-07-29 18:15:29 +02:00
parent 68064c916a
commit 606d6e98a3
6 changed files with 143 additions and 100 deletions
+2 -1
View File
@@ -21,6 +21,7 @@ export const REST = axios.create({
crossorigin: true,
headers: {
'Accept': 'application/json'
// 'Access-Control-Allow-Credentials': true
// 'Access-Control-Allow-Origin': '*'
// 'Access-Control-Allow-Credentials':
}
})