forked from kompetenzinventar/ki-ansible
8 lines
171 B
Plaintext
8 lines
171 B
Plaintext
|
// SPDX-FileCopyrightText: 2021 WTF Kooperative eG <https://wtf-eg.de/>
|
||
|
//
|
||
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
|
||
|
window.ki = {
|
||
|
apiUrl: '{{ ki_backend_uri }}'
|
||
|
}
|