Skip to content

Commit

Permalink
Merge pull request #269 from City-of-Helsinki/dev
Browse files Browse the repository at this point in the history
Dev to main
  • Loading branch information
hyrsky authored Jun 26, 2024
2 parents 253d153 + 4137bd3 commit 65f7f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getFeedbackPage } from '@/lib/ssr-api'
import { CACHE_HEADERS_10M } from '@/cache-headers'
import logger from '@/logger'

const WEBFORM_ID = 'contact'
const WEBFORM_ID = 'infofinland_contact'

export default async function handler(request, response) {
const { NEXT_PUBLIC_DRUPAL_BASE_URL } = getConfig().serverRuntimeConfig
Expand Down

0 comments on commit 65f7f0a

Please sign in to comment.