Skip to content

chore(site): add e2e to test add and remove user #12851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 4, 2024
Prev Previous commit
Next Next commit
Check headers
  • Loading branch information
BrunoQuaresma committed Apr 3, 2024
commit adb1537f40197d893efea4ce6350ecbefe4c2ab0
1 change: 1 addition & 0 deletions site/src/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const setSessionToken = (token: string) => {

export const setHost = (host?: string) => {
axios.defaults.baseURL = host;
console.log("AFTER SET", axios.defaults.baseURL);
};

const CONTENT_TYPE_JSON = {
Expand Down