Skip to content

Commit

Permalink
Merge pull request #103 from Kerosene-Labs/build-home-screen
Browse files Browse the repository at this point in the history
temporarily changing this to see if the config base path works how we…
  • Loading branch information
hlafaille authored Dec 23, 2024
2 parents 7dca704 + 7e9b8c0 commit 78c2cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/svelte/src/lib/sdk/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/


export const BASE_PATH = "http://localhost:8080".replace(/\/+$/, "");
export const BASE_PATH = "https://dev.billtracker.kerosenelabs.com/api/v1".replace(/\/+$/, "");

export interface ConfigurationParameters {
basePath?: string; // override base path
Expand Down

0 comments on commit 78c2cd3

Please sign in to comment.