mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-17 11:10:23 +00:00
Renamed templates in preparation for other formats.
This commit is contained in:
parent
278f060fbd
commit
c8987ad96b
@ -215,7 +215,7 @@ class RestMonitor(santiago.RestController):
|
||||
def __init__(self, aSantiago):
|
||||
super(RestMonitor, self).__init__()
|
||||
self.santiago = aSantiago
|
||||
self.relative_path = "protocols/https/templates/"
|
||||
self.relative_path = "protocols/https/templates/http/"
|
||||
|
||||
def respond(self, template, values):
|
||||
return [str(Template(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user