aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-home.js
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/js/features/repo-home.js')
-rw-r--r--web_src/js/features/repo-home.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/js/features/repo-home.js b/web_src/js/features/repo-home.js
index c718bd75d8..2a66dbc6f1 100644
--- a/web_src/js/features/repo-home.js
+++ b/web_src/js/features/repo-home.js
@@ -91,7 +91,7 @@ export function initRepoTopicBar() {
label: 'ui small label'
},
apiSettings: {
- url: `${appSubUrl}/api/v1/topics/search?q={query}`,
+ url: `${appSubUrl}/explore/topics/search?q={query}`,
throttle: 500,
cache: false,
onResponse(res) {