Skip to content

Commit 09c1a43

Browse files
author
Anca
committed
rename db service class + fix config files + readme fix
1 parent 6ec82a6 commit 09c1a43

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

app_diagram.png

202 KB
Loading
-1.78 KB
Binary file not shown.

src/main/shipment-list-frontend/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
work correctly both with client-side routing and a non-root public URL.
2525
Learn how to configure a non-root public URL by running `npm run build`.
2626
-->
27-
<title>React App</title>
27+
<title>Shipment List</title>
2828
</head>
2929
<body>
3030
<noscript>You need to enable JavaScript to run this app.</noscript>

src/main/shipment-list-frontend/public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "React App",
3-
"name": "Create React App Sample",
2+
"short_name": "Shipment List",
3+
"name": "Shipment List",
44
"icons": [
55
{
66
"src": "favicon.ico",

0 commit comments

Comments
 (0)