|
@@ -9,7 +9,7 @@ export default App = ({ navigation }) => {
|
9
|
9
|
// this connects us to the API and fetches the json file with the mociones
|
10
|
10
|
const getMociones = async () => {
|
11
|
11
|
try {
|
12
|
|
- const response = await fetch('http://192.168.1.200:5000/send?PIN=121071'); // connection to the website
|
|
12
|
+ const response = await fetch('http://192.168.1.200:5000/send?PIN=613382'); // connection to the website
|
13
|
13
|
const json = await response.json();
|
14
|
14
|
|
15
|
15
|
// setting the content of each category
|