Skip to content

Commit

Permalink
[⚡️] - Updating api domain
Browse files Browse the repository at this point in the history
Signed-off-by: Binyamin Yawitz <[email protected]>
  • Loading branch information
byawitz committed Mar 11, 2024
1 parent e4652a5 commit ee145bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/tests/api.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {expect, test, describe, beforeAll} from "bun:test";

const apiEndpoint = 'http://127.0.0.1:8080/v1/api'
const apiEndpoint = 'http://traefik:8080/v1/api'

interface response {
success: boolean,
Expand Down
2 changes: 1 addition & 1 deletion e2e/tests/links.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {expect, test, describe, beforeAll} from "bun:test";

const endpoint = 'http://127.0.0.1:8080/'
const endpoint = 'http://traefik:8080/'

interface response {
success: boolean,
Expand Down

0 comments on commit ee145bf

Please sign in to comment.