Skip to content

Commit 001c4fd

Browse files
committed
Update instance_provider.rs
1 parent a2853e0 commit 001c4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/epsilon/server/instance_provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl InstanceProvider {
9191

9292
pub async fn get_template(&self, template_name: &str) -> EResult<Template> {
9393
let url = self
94-
.get_template_host(&format!("template/{}", template_name))
94+
.get_template_host(&format!("templates/{}", template_name))
9595
.await;
9696

9797
debug!("Fetching template from {}", url);

0 commit comments

Comments
 (0)