mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: init login & register from frontend
This commit is contained in:
parent
67ce2e7371
commit
8cc727e309
8 changed files with 90 additions and 14 deletions
3
front/services/config.ts
Normal file
3
front/services/config.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
const LEARNHOUSE_API_URL = "http://localhost:1338/api/";
|
||||
|
||||
export const getAPIUrl = () => LEARNHOUSE_API_URL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue