Browse Source

Fix search url wrong

pull/6/head
Menci 7 years ago
parent
commit
6ba228a57f
  1. 2
      views/index.ejs

2
views/index.ejs

@ -170,7 +170,7 @@ $(function () {
$('.ui.search').search({
debug: true,
apiSettings: {
url: '/api/v2/search/problem/{query}',
url: '/api/v2/search/problems/{query}',
cache: false
},
fields: {

Loading…
Cancel
Save