diff --git a/frontend/src/pages/reviewer/ReviewerLayout.vue b/frontend/src/pages/reviewer/ReviewerLayout.vue
index 651397e406f8bb05af6144184499a0926a37e495..af54a6ace0467fd66487d9c4a58aafc7388f9933 100644
--- a/frontend/src/pages/reviewer/ReviewerLayout.vue
+++ b/frontend/src/pages/reviewer/ReviewerLayout.vue
@@ -63,7 +63,7 @@
     methods: {
       download () {
         const url = process.env.NODE_ENV === 'production'
-          ? `https://${window.location.host}${window.location.pathname}api/export/csv/`
+          ? `https://${window.location.host}${window.location.pathname}/api/export/csv/`
           : 'http://localhost:8000/api/export/csv/'
         ax.get(url, {responseType: 'blob'}).then(response => {
           console.log(response)