Skip to content

Commit

Permalink
correct url
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-t committed Jan 8, 2024
1 parent e2c8d0e commit 540d5c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/technical/utils/mongo.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const url = 'http://localhost:3000/api/@memoriter/app/';
const urlAI = 'http://localhost:3000/api/@memoriter/ai/';
const urlAuth = 'http://localhost:3000/api/@memoriter/auth/';
const url = 'https://app.memoriter.de/api/@memoriter/app/';
const urlAI = 'https://app.memoriter.de/api/@memoriter/ai/';
const urlAuth = 'https://app.memoriter.de/api/@memoriter/auth/';

export async function getFlashcard(id: string): Promise<Flashcard> {
return await fetch(`${url}flashcard/${id}`, {
Expand Down

0 comments on commit 540d5c3

Please sign in to comment.