Skip to content

Commit

Permalink
Update searchPage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
incredible-phoenix246 authored Dec 14, 2023
1 parent 5baba6f commit 4e735cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/explore/searchPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function SearchModule() {

const deBounce = useDebounce(`${query}`, 1200);

const baseUrl = `https://hngstage6-eagles.azurewebsites.net/api`,
const baseUrl = `https://explore-90v6.onrender.com/api`,
searchUrl = (query: string) => `${baseUrl}/explore/search/${query}`,
filterUrl = `${baseUrl}/explore/filter`,
allUsers = `${baseUrl}/explore/GetAllPortfolio`;
Expand Down

0 comments on commit 4e735cf

Please sign in to comment.