We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918c115 commit edf835eCopy full SHA for edf835e
apps/learneth/src/redux/models/workshop.ts
@@ -6,7 +6,7 @@ import { type ModelType } from '../store'
6
import { router } from '../../App'
7
8
// const apiUrl = 'http://localhost:3001';
9
-const apiUrl = 'https://static.220.14.12.49.clients.your-server.de:3000'
+const apiUrl = 'https://learneth.api.remix.live'
10
11
export const repoMap = {
12
en: {
0 commit comments