mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 06:47:53 +02:00
Fix wrong API path for GetTaskTypes
This commit is contained in:
@ -42,7 +42,7 @@ async function GetKnownPublications(){
|
||||
}
|
||||
|
||||
async function GetTaskTypes(){
|
||||
var uri = apiUri + "/Tranga/Tasks/GetTaskTypes";
|
||||
var uri = apiUri + "/Tasks/GetTaskTypes";
|
||||
let json = await GetData(uri);
|
||||
return json;
|
||||
}
|
||||
|
Reference in New Issue
Block a user