Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMorfield committed Apr 7, 2024
1 parent bbdf6b5 commit d1ebe83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type Pixel = {
key: 'joppe'
}

const root = 'http://127.0.0.1:5173'
const root = 'http://localhost:5173'
async function putPixel(pixel: Pixel): Promise<string | undefined> {
try {
const resp = await fetch(`${root}/api/single`, {
Expand Down

0 comments on commit d1ebe83

Please sign in to comment.