added functionality for pixiv and deviantart
This commit is contained in:
@@ -12,7 +12,7 @@ from app.utils.encryption import encrypt_data, decrypt_data
|
||||
|
||||
bp = Blueprint("credentials", __name__)
|
||||
|
||||
VALID_PLATFORMS = ["patreon", "subscribestar", "hentaifoundry", "discord"]
|
||||
VALID_PLATFORMS = ["patreon", "subscribestar", "hentaifoundry", "discord", "pixiv", "deviantart"]
|
||||
|
||||
|
||||
@bp.route("", methods=["GET"])
|
||||
|
||||
Reference in New Issue
Block a user