Skip to content

Commit

Permalink
fix api url in setup.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jbraswell committed Jul 2, 2024
1 parent 2f04066 commit cb15e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/js/tests/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import '@testing-library/jest-dom';

// @ts-expect-error set from backend
global.settings = {
apiBaseUrl: 'http://localhost',
apiBaseUrl: 'http://localhost:8000',
defaultLanguage: 'en',
isLanguageSelectorEnabled: true,
languageMapping: {
Expand Down

0 comments on commit cb15e3b

Please sign in to comment.