Remove API key header from server requests in server_service and supabase_heartbeat

This commit is contained in:
ImBenji
2025-08-19 21:17:43 +01:00
parent 84ac5d1b99
commit cbbe64abd4
2 changed files with 0 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ void initHeartbeat() {
Uri.parse(serverManagerUrl),
headers: {
'Content-Type': 'application/json',
'apikey': fromEnivronment('SUPABASE_ANON_KEY')!,
},
body: jsonEncode(heartbeatData),
);