all good
This commit is contained in:
parent
47d89f6fad
commit
017902b8e6
82 changed files with 331466 additions and 54841 deletions
|
|
@ -4,6 +4,7 @@ use parking_lot::RwLock;
|
|||
use rustc_hash::FxHashMap;
|
||||
|
||||
use crate::auth::TokenCache;
|
||||
use crate::bugsink::FrontendConfig as BugsinkFrontendConfig;
|
||||
use crate::data::{
|
||||
OutcodeData, POICategoryGroup, POIData, PlaceData, PostcodeData, PropertyData, TravelTimeStore,
|
||||
};
|
||||
|
|
@ -77,6 +78,8 @@ pub struct AppState {
|
|||
pub stripe_webhook_secret: String,
|
||||
/// Stripe Coupon ID for referral discounts
|
||||
pub stripe_referral_coupon_id: String,
|
||||
/// Bugsink/Sentry-compatible browser error reporting config injected into served HTML.
|
||||
pub bugsink_frontend_config: Option<BugsinkFrontendConfig>,
|
||||
}
|
||||
|
||||
/// Wraps AppState for shared access across route handlers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue