Commit 6d6c98f
authored
Feature/update url for swagger UI (#79)
* Refactor error message and update API url
Adjusted the error message in DataImportEventHandler to better reflect the underlying issue when a subscription to device measurement notifications cannot be established. Additionally, the API url in the Application file has been updated to ensure it points to the correct endpoint. Both changes are aimed at improving the clarity and maintainability of the codebase.
* Update version in pom.xml
Version in pom.xml file updated from 8.2.0 to 8.2.1. This change has been made to keep the project versioning consistent and up-to-date as some modifications in the error message and API URL have been made in the project.1 parent 7d31a21 commit 6d6c98f
File tree
3 files changed
+3
-3
lines changed- src/main/java/de/app/fivegla
- event
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments