You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/adr/002-api-first.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Written years after the decision was made.
11
11
## Context
12
12
13
13
The "API first" approach is to enforce that all interactions with the system must go through the API.
14
-
See more about the "API first" approach [here](https://swagger.io/resources/articles/adopting-an-api-first-approach/).
14
+
See more about the "API first" approach here: [https://swagger.io/resources/articles/adopting-an-api-first-approach/](https://swagger.io/resources/articles/adopting-an-api-first-approach/).
15
15
16
16
The previous version of OS2Display was used without the admin module in some contexts.
17
17
We want to support other uses than the standard OS2Display setup.
- Added null check to release query parameter changes, to avoid redirecting to ?releaseVersion=null&releaseTimestamp=null when release.json cannot be reached (eg. when the internet connection is down).
64
+
- Added null check to release query parameter changes, to avoid redirecting to
65
+
?releaseVersion=null&releaseTimestamp=null when release.json cannot be reached (eg. when the internet connection is
66
+
down).
65
67
66
68
## [2.0.2] - 2024-04-25
67
69
@@ -118,7 +120,8 @@ All notable changes to this project will be documented in this file.
0 commit comments