Made changes for 0.8.75

This commit is contained in:
frikky
2021-04-22 19:57:26 +02:00
parent cd1006ed0f
commit 166787e212
10 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ const Apps = (props) => {
}
const getApps = () => {
fetch(globalUrl+"/api/v1/workflows/apps", {
fetch(globalUrl+"/api/v1/apps", {
method: 'GET',
headers: {
'Content-Type': 'application/json',