Skip to content

Commit

Permalink
add port
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Nov 13, 2024
1 parent d725a49 commit 033c618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/clients/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const auth: Interceptor = (next) => async (req) => {
};

const transport = createConnectTransport({
baseUrl: 'http://13.41.72.100',
baseUrl: 'http://13.41.72.100:8080',
// baseUrl: 'https://localhost:1234',
fetch: (url, options) => {
// TODO: Include credentials only on refresh token and logout requests.
Expand Down

0 comments on commit 033c618

Please sign in to comment.