mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-27 10:06:17 +00:00
Update search path
This commit is contained in:
parent
7cdb22984b
commit
966d377adb
2 changed files with 27 additions and 7 deletions
|
@ -37,7 +37,7 @@ function getSearch() {
|
|||
return;
|
||||
}
|
||||
|
||||
fetch('/api/users?search=' + search.toString(), {
|
||||
fetch('/api/search?q=' + search.toString(), {
|
||||
method: 'GET',
|
||||
})
|
||||
.then(response => response.json())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue