Updated table header names #6

Merged
ameye merged 1 commits from table-headers into master 2024-05-01 23:52:03 +00:00
@@ -6,7 +6,7 @@ const API_URL = import.meta.env.VITE_APP_THEME_API_URL;
const USER_URL = `${API_URL}/user`;
const GET_USERS_URL = `${API_URL}/users/query`;
const NEW_USER_ENDPOINT = import.meta.env.VITE_APP_USER_ENDPOINT
// const NEW_USER_ENDPOINT = import.meta.env.VITE_APP_USER_ENDPOINT
const getStartedUsers = (query: string): Promise<UsersQueryResponse> => {
return axios