Changed api endpoint

This commit is contained in:
Malte Thöming
2025-11-02 21:51:38 +01:00
parent 3bbd45ce66
commit 7ae75a7b27
11 changed files with 47 additions and 18 deletions

View File

@@ -7,8 +7,8 @@
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint"
},