Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pgorecki committed Jan 14, 2024
1 parent 616ee74 commit 74929a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/api/client.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios';

const client = axios.create({
baseURL: `http://localhost/api`,
baseURL: `/api`,
headers: {
// Accept: 'application/json',
'Content-Type': 'application/json',
Expand Down

0 comments on commit 74929a8

Please sign in to comment.