Skip to content

Commit

Permalink
fix: incorrect base path for api
Browse files Browse the repository at this point in the history
  • Loading branch information
SchutteJan committed Aug 4, 2024
1 parent beae91d commit 2348f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api/base.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function get_api_base_url(): string {
// TODO: Change this mechanism
return 'http://localhost:8080'
return 'https://kroeg.jan.tf'
}

0 comments on commit 2348f47

Please sign in to comment.