👽 Update service usage

This commit is contained in:
2025-09-17 00:48:01 +08:00
parent c64e1e208c
commit 313af28d7f
3 changed files with 5 additions and 5 deletions

View File

@@ -170,7 +170,7 @@ Future<void> _putTokenToRemote(
int provider,
) async {
await apiClient.put(
"/pusher/notifications/subscription",
"/ring/notifications/subscription",
data: {"provider": provider, "device_token": token},
);
}