Skip to content

Commit 7ba420a

Browse files
committed
hent fra riktig endepunkt for tusen takk
1 parent e815323 commit 7ba420a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/static/js/feedback.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ document.addEventListener('DOMContentLoaded', () => {
4747
});
4848

4949
if (response.ok) {
50-
htmx.ajax('GET', `/${channelId}/thank-you`, {
50+
htmx.ajax('GET', `/session/${channelId}/thank-you`, {
5151
target: '#feedback-form',
5252
swap: 'outerHTML',
5353
});

0 commit comments

Comments
 (0)