We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2853e0 commit 001c4fdCopy full SHA for 001c4fd
src/epsilon/server/instance_provider.rs
@@ -91,7 +91,7 @@ impl InstanceProvider {
91
92
pub async fn get_template(&self, template_name: &str) -> EResult<Template> {
93
let url = self
94
- .get_template_host(&format!("template/{}", template_name))
+ .get_template_host(&format!("templates/{}", template_name))
95
.await;
96
97
debug!("Fetching template from {}", url);
0 commit comments