added corpus link, added nominum & locorum api request (not working yet)

This commit is contained in:
2019-08-20 17:09:18 +02:00
parent 6a2bb45fb2
commit 5ddfb7d286
8 changed files with 113 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export const REST = axios.create({
// withCredentials: true,
crossorigin: true,
headers: {
'Content-Type': 'application/json'
'Accept': 'application/json'
// 'Access-Control-Allow-Credentials': true
}
})