Skip to content

Commit

Permalink
Add plugin homepage to the server.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Sep 19, 2024
1 parent b17cd00 commit c001bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lizmap_server/server_info_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def handleRequest(self, context):
py_qgis_server_metadata = py_qgis_server_info(is_py_qgis_server)

# 'name' is not the folder name in the 'expected_list' variable, it can be different
keys = ('name', 'version', 'commitNumber', 'commitSha1', 'dateTime', 'repository')
keys = ('name', 'version', 'commitNumber', 'commitSha1', 'dateTime', 'repository', 'homepage')
plugins = dict()
for plugin in plugins_installed(is_py_qgis_server):
plugins[plugin] = dict()
Expand Down

0 comments on commit c001bac

Please sign in to comment.