Skip to content

Commit 4bcdb45

Browse files
author
yyyumeniku
committed
last change
1 parent b1b0fe6 commit 4bcdb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Backend/AppService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8407,7 +8407,7 @@ private static uint MurmurHash2(byte[] data, uint seed)
84078407
// Get mod details for more info
84088408
var modUrl = $"https://api.curseforge.com/v1/mods/{modId}";
84098409
using var modRequest = new HttpRequestMessage(HttpMethod.Get, modUrl);
8410-
modRequest.Headers.Add("x-api-key", "$2a$10$1W4EvLWzLe4.RM1kcxW9n.vxmBPEYcg9dvpT4r5OAlkQk/.6jQE4e");
8410+
modRequest.Headers.Add("x-api-key", "curseforgeapikey");
84118411

84128412
using var modResponse = await HttpClient.SendAsync(modRequest);
84138413
if (!modResponse.IsSuccessStatusCode)

0 commit comments

Comments
 (0)