Skip to content

Commit

Permalink
FIX: Wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderKaschta committed Sep 10, 2023
1 parent b4b4601 commit 8d29492
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ophasen-anmelder-frontend",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const environment = {
production: true,
apiUrl: 'https://fachschaft.physik.kit.edu/ophase/events/api'
apiUrl: 'https://ophase.org/events/api'
};
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>O-Phase - Eventanmeldung</title>
<base href="/ophase/events/">
<base href="/events/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="assets/css/semantic.min.css">
Expand Down

0 comments on commit 8d29492

Please sign in to comment.