From 5885ef0832e714892c45f3532193d3f751aa7ebe Mon Sep 17 00:00:00 2001 From: andreimarcu Date: Thu, 8 Oct 2015 21:50:10 -0400 Subject: [PATCH] Case-insensitive filesystems... --- templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates.go b/templates.go index 0473505..6575881 100644 --- a/templates.go +++ b/templates.go @@ -44,7 +44,7 @@ func populateTemplatesMap(tSet *pongo2.TemplateSet, tMap map[string]*pongo2.Temp templates := []string{ "index.html", "paste.html", - "api.html", + "API.html", "404.html", "401.html", "oops.html",