Browse Source

Update main.go

Vova Tkach 5 years ago
parent
commit
1ce7db768f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -237,7 +237,7 @@ func main() {
 			return
 		}
 
-		// Robots.txt and styles.css from template dir
+		// robots.txt, styles.css and scripts.js from templates dir
 		if ServeTemplateFile(w, r, "robots.txt", "", vhost_dir_template) {
 			return
 		}