add ki role

This commit is contained in:
2021-08-02 22:13:26 +02:00
parent e4d7f16679
commit b213d9104b
4 changed files with 103 additions and 1 deletions

7
templates/frontend.js Normal file
View File

@ -0,0 +1,7 @@
// SPDX-FileCopyrightText: 2021 WTF Kooperative eG <https://wtf-eg.de/>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
window.ki = {
apiUrl: '{{ ki_backend_uri }}'
}