tried it with axios

This commit is contained in:
2024-01-26 18:25:46 +01:00
parent 772ffb2db5
commit 0c589e3ae0
5 changed files with 76 additions and 49 deletions

8
serversideConfig.js Normal file
View File

@ -0,0 +1,8 @@
const serversideConfig = {
// url: 'tueitapp.tueit.de',
// port: 8000,
url: 'localhost',
port: 3000,
};
export default serversideConfig;