Initial Commit
This commit is contained in:
15
js/config.js
Normal file
15
js/config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
const API_CONFIG = {
|
||||
baseUrl: 'http://127.0.0.1:8000',
|
||||
endpoints: {
|
||||
kurse: '/api/kurse',
|
||||
betriebe: '/api/betriebe',
|
||||
anmeldung: '/api/anmeldung',
|
||||
berichtBetrieb: '/api/berichte/teilnehmer-pro-betrieb',
|
||||
berichtKurs: '/api/berichte/teilnehmer-pro-kurs',
|
||||
rechnung: '/api/rechnungen/betrieb/',
|
||||
login: '/api/auth/login',
|
||||
logout: '/api/auth/logout',
|
||||
me: '/api/auth/me',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user