Skip to content

Commit 77aa50f

Browse files
committed
Add new project
1 parent bed2e6b commit 77aa50f

File tree

7 files changed

+212
-438
lines changed

7 files changed

+212
-438
lines changed

XX-api-geo-ip/index.html 05-api-geo-ip/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
const OPTIONS = {
1212
method: 'GET',
1313
headers: {
14-
'X-RapidAPI-Key': '71e59e906dmshfdc9ed284df2469p1b599cjsn0355f0f200d5',
15-
'X-RapidAPI-Host': 'ip-geolocation-and-threat-detection.p.rapidapi.com'
14+
'X-RapidAPI-Key': 'XXX',
15+
'X-RapidAPI-Host': 'YYY'
1616
}
1717
}
1818

web/.astro/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"_variables": {
3-
"lastUpdateCheck": 1718134338464
3+
"lastUpdateCheck": 1719822678779
44
}
55
}

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@astrojs/check": "0.7.0",
1515
"@astrojs/tailwind": "5.1.0",
1616
"@midudev/tailwind-animations": "0.0.7",
17-
"astro": "4.10.2",
17+
"astro": "4.11.3",
1818
"tailwindcss": "3.4.4",
1919
"typescript": "5.4.5"
2020
}

0 commit comments

Comments
 (0)