Skip to content

Commit

Permalink
search
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k committed Dec 18, 2024
1 parent 990d8e1 commit 3abf6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/components/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class Search {
},
credentials: 'include',
};
let path = '/events?';
let path = '/events/search?';
if (searchTerm) {
path += 'query=' + searchTerm;
}
Expand Down

0 comments on commit 3abf6f0

Please sign in to comment.