Remove API key header from server requests in server_service and supabase_heartbeat
This commit is contained in:
@@ -48,7 +48,6 @@ void initHeartbeat() {
|
||||
Uri.parse(serverManagerUrl),
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
'apikey': fromEnivronment('SUPABASE_ANON_KEY')!,
|
||||
},
|
||||
body: jsonEncode(heartbeatData),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user