From f56b18fd28054aa5b241a897d22bcfc58c321286 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 5 Sep 2024 14:21:32 +0200 Subject: Send notifications by Expo API --- src/config.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 7eefff8..a703010 100644 --- a/src/config.rs +++ b/src/config.rs @@ -16,6 +16,9 @@ pub struct Configuration { /// Host URL pub allowed_host: String, + + /// Token used by Expo API to send a notification + pub expo_access_token: String, } impl Configuration { -- cgit v1.2.3-18-g5258