Skip to content

Commit

Permalink
fix: temporary disable the signature (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosp1011 authored Oct 19, 2024
1 parent 077c31f commit b0508fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wallet/backend/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import { GateHubService } from '@/gatehub/service'
import { CardController } from './card/controller'
import { CardService } from './card/service'
import { isRafikiSignedWebhook } from '@/middleware/isRafikiSignedWebhook'
import { isGateHubSignedWebhook } from '@/middleware/isGateHubSignedWebhook'
// import { isGateHubSignedWebhook } from '@/middleware/isGateHubSignedWebhook'

export interface Bindings {
env: Env
Expand Down Expand Up @@ -317,7 +317,7 @@ export class App {
router.get('/iframe-urls/:type', isAuth, gateHubController.getIframeUrl)
router.post(
'/gatehub-webhooks',
isGateHubSignedWebhook,
// isGateHubSignedWebhook,
gateHubController.webhook
)
router.post(
Expand Down

0 comments on commit b0508fe

Please sign in to comment.