Skip to content

Commit

Permalink
missed a /
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragrao04 committed Oct 10, 2023
1 parent 28cd9c0 commit 88c7aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/[slug]/+page.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export async function load({ params, fetch }) {
let username = params.slug;
try {
const response = await fetch(
`https:/hacknight.navinshrinivas.com/records?user=${username}`
`https://hacknight.navinshrinivas.com/records?user=${username}`
);
if (!response.ok) {
throw new Error(response.status, "Reddy Anna Is Not Talking");
Expand Down

0 comments on commit 88c7aec

Please sign in to comment.