Skip to content

Commit

Permalink
analytics api hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushKun committed Aug 20, 2024
1 parent 5f34520 commit fdb9afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next_app/src/pages/codecell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function CodeCell() {
const { theme } = useTheme();

async function sendAnalytics(data: { action: TActions, messageId?: string }) {
const BASE = "http://localhost:8000";
const BASE = "https://api.betteridea.dev";
const userId = localStorage.getItem('user-id') || "user-" + uuidv4();
localStorage.setItem('user-id', userId);

Expand Down

0 comments on commit fdb9afb

Please sign in to comment.