Skip to content

Commit 9144fa1

Browse files
author
colto
committed
Update frontend UI components
1 parent 7db01dd commit 9144fa1

File tree

8 files changed

+1379
-207
lines changed

8 files changed

+1379
-207
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
SPRING_DATASOURCE_URL: jdbc:postgresql://db:5432/cloudpulse
1818
SPRING_DATASOURCE_USERNAME: cloudpulse
1919
SPRING_DATASOURCE_PASSWORD: cloudpulse
20-
APP_CORS_ALLOWED_ORIGINS: http://localhost:5173
20+
APP_CORS_ALLOWED_ORIGINS: "http://localhost:5174,http://localhost:5173"
2121
ports:
2222
- "8080:8080"
2323
depends_on:

frontend (2).zip

24.5 MB
Binary file not shown.

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>frontend</title>
88
</head>

frontend/public/favicon.svg

Lines changed: 18 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)