summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.go b/main.go
index 51ef34c..73de3e1 100644
--- a/main.go
+++ b/main.go
@@ -12,8 +12,7 @@ import (
"github.com/gorilla/mux"
)
-//go:embed *.js
-//go:embed *.in
+//go:embed *.js *.in robots.txt
var content embed.FS
func handleEntryOptions(w http.ResponseWriter, r *http.Request) {