Remove comments

This commit is contained in:
Santiago Lo Coco 2024-11-03 23:25:36 +01:00
parent ae6a84efc3
commit 0c8411d53e
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ info = ServiceInfo(
server=API_HOST, server=API_HOST,
properties={ properties={
"path": "/api/endpoints", "path": "/api/endpoints",
# "host": API_HOST
}, },
) )