Created enr template method

This commit is contained in:
Alberto Soutullo 2023-05-27 20:44:07 +02:00
parent 457ea8855f
commit 7fbc855aff
1 changed files with 6 additions and 0 deletions

View File

@ -32,3 +32,9 @@ def get_prometheus_template():
"""
return template
def get_enr_template():
template = "{{.enr}}"
return template