Skip to content

Commit

Permalink
Fixed preview URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gushil committed May 9, 2024
1 parent b0d63ae commit 9df9169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kobo/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def dj_stripe_request_callback_method():
ENKETO_API_TOKEN = os.environ.get('ENKETO_API_TOKEN', 'enketorules')
# http://apidocs.enketo.org/v2/
ENKETO_SURVEY_ENDPOINT = 'api/v2/survey/all'
ENKETO_PREVIEW_ENDPOINT = 'api/v2/survey/preview/iframe'
ENKETO_PREVIEW_ENDPOINT = 'preview'
ENKETO_EDIT_INSTANCE_ENDPOINT = 'api/v2/instance'
ENKETO_VIEW_INSTANCE_ENDPOINT = 'api/v2/instance/view'
ENKETO_FLUSH_CACHE_ENDPOINT = 'api/v2/survey/cache'
Expand Down

0 comments on commit 9df9169

Please sign in to comment.