feat: init login & register from frontend

This commit is contained in:
swve 2022-09-22 22:17:27 +02:00
parent 67ce2e7371
commit 8cc727e309
8 changed files with 90 additions and 14 deletions

3
front/services/config.ts Normal file
View file

@ -0,0 +1,3 @@
const LEARNHOUSE_API_URL = "http://localhost:1338/api/";
export const getAPIUrl = () => LEARNHOUSE_API_URL;