fix: make pretty URL paths accessible from public domain (#7264)

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com>
This commit is contained in:
neila
2026-02-20 16:55:40 +07:00
committed by GitHub
parent ebf7d1e3a1
commit 6e4ef9a099
3 changed files with 35 additions and 0 deletions
@@ -85,6 +85,7 @@ When PUBLIC_URL is configured, the following routes are automatically served fro
- `/s/{surveyId}` - Individual survey access
- `/c/{jwt}` - Personalized link survey access (JWT-based access)
- `/p/{survey-slug}` - Pretty URL survey access
- Embedded survey endpoints
#### API Routes