Implement full discord OAuth api flow

This commit is contained in:
Dominic Ferrando
2026-08-16 01:51:12 -04:00
parent 8db1db2ec6
commit 17af2f3d1f
5 changed files with 70 additions and 41 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { Printful, PrintfulClient, PrintfulError, Webflow, WebflowClient, Webflo
import { env } from "../util";
const DOMAIN = env.NODE_ENV === "development" ?
"dev.api.bladeandbrawn.com" :
"api-dev.bladeandbrawn.com" :
"api.bladeandbrawn.com";
const PRINTFUL_WEBHOOK_URL = env.NODE_ENV === "development" ?