Skip to content

Commit

Permalink
Fix backend URL
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Sep 17, 2023
1 parent 1ecca12 commit 457f127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/backend.js
@@ -1,7 +1,7 @@
import {produce} from 'immer'

// const apiUrl = 'https://api.slaytheweb.cards/api/runs'
const apiUrl = 'http://localhost:3000/api/runs'
const apiUrl = 'https://api.slaytheweb.cards/api/runs'
// const apiUrl = 'http://localhost:3000/api/runs'

/**
* @typedef {object} Run
Expand Down

0 comments on commit 457f127

Please sign in to comment.