Update broken requests

This commit is contained in:
Patrick Jentsch
2023-10-06 11:55:31 +02:00
parent d3f2d5648e
commit c6be72d0a7
9 changed files with 20 additions and 20 deletions

View File

@ -75,7 +75,7 @@ class CorpusAnalysisStaticVisualization {
getStopwords() {
this.data.promises.getStopwords = new Promise((resolve, reject) => {
requests.corpora.entity.getStopwords()
Requestscorpora.entity.getStopwords()
.then((response) => {
response.json()
.then((json) => {