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