From 8ba3feec57d44c5de69a76bf456f042ec74a632a Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Fri, 23 Dec 2022 12:28:19 +0100 Subject: [PATCH] Added link to weather data source list --- html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.html b/html/index.html index 3e7aaaa..74531ee 100644 --- a/html/index.html +++ b/html/index.html @@ -9,6 +9,6 @@ <h3>DSS API</h3> <p><a href="https://test.madiphs.org/dss/rest/dss">List all DSSs available</a></p> <h3>Weather API</h3> - <p></p> + <p><a href="https://test.madiphs.org/weather/rest/weatherdatasource">List all Weather data sources available</a></p> </body> </html> \ No newline at end of file -- GitLab