Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Corrected uri in individual request page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika24boss authored Dec 1, 2023
1 parent fb537f7 commit a788ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/routes/requests/[requestID]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
async function accept() {
const client = new ApolloClient({
// uri: 'https://bwm.happyfir.com/graphql/create_request',
uri: "http://localhost:8000/graphql/create_request",
uri: 'https://bwm.happyfir.com/graphql/create_request',
// uri: "http://localhost:8000/graphql/create_request",
headers: {
Authorization: `Bearer ${user.token}`
},
Expand Down

0 comments on commit a788ab7

Please sign in to comment.