mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 15:57:53 +00:00
feat(premium): initial subscription implementation through paddle
This commit is contained in:
parent
a63cb30a91
commit
57523fa339
15 changed files with 1121 additions and 144 deletions
|
|
@ -5,7 +5,7 @@ use sqlx::Postgres;
|
|||
|
||||
use pluralkit_models::{PKDashView, PKSystem, PKSystemConfig, PrivacyLevel};
|
||||
|
||||
use crate::{ApiContext, auth::AuthState, error::fail};
|
||||
use crate::{ApiContext, auth::AuthState, fail};
|
||||
|
||||
#[api_endpoint]
|
||||
pub async fn get_system_settings(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue