Skip to content

Commit

Permalink
fix(@dpc-sdp/nuxt-ripple): added manual import for server util to fix…
Browse files Browse the repository at this point in the history
… webform submit
  • Loading branch information
jeffdowdle committed Dec 3, 2024
1 parent 28306ca commit d1c8307
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { defineEventHandler, H3Event } from 'h3'
import { createHandler, logger } from '@dpc-sdp/ripple-tide-api'
import { createProxyMiddleware } from 'http-proxy-middleware'
import verifyCaptcha from '../../../utils/verifyCaptcha'

export const createWebformProxyHandler = async (event: H3Event) => {
const { public: config } = useRuntimeConfig()
Expand Down

0 comments on commit d1c8307

Please sign in to comment.