feat: Get the ip of the user

This commit is contained in:
2023-06-22 16:08:15 +02:00
parent f996401165
commit 64d28d0591
3 changed files with 75 additions and 24 deletions

View File

@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},