diff --git a/services/arbiter-3.0/src/index.js b/services/arbiter-3.0/src/index.js index 6cba1af..58119aa 100644 --- a/services/arbiter-3.0/src/index.js +++ b/services/arbiter-3.0/src/index.js @@ -80,7 +80,6 @@ const csrfProtection = csrf({ cookie: false }); app.use('/auth', authRoutes); app.use('/admin', csrfProtection, adminRoutes); app.use('/webhook', webhookRoutes); -app.use('/stripe', stripeRoutes); // Other Stripe routes (checkout, portal) // Start Application const PORT = process.env.PORT || 3500;