feat(ConfigController): GetAnnotationParams aktualisiert, um Wörterbuch zu senden
This commit is contained in:
@@ -204,7 +204,7 @@ async function logout() {
|
||||
});
|
||||
}
|
||||
|
||||
async function getAnnotationParams() {
|
||||
function getAnnotationParams() {
|
||||
return fetch(`${window.location.origin}/api/Config/Annotations`, {
|
||||
credentials: 'include',
|
||||
method: 'GET'
|
||||
|
||||
Reference in New Issue
Block a user