drop deprecated explicit page path

This commit is contained in:
ethan merchant 2024-11-03 02:45:45 -05:00
parent 37a432d621
commit 73a37bcffe

View file

@ -3,7 +3,7 @@ package braillexr
import ( import (
"net/http" "net/http"
"github.com/spatialfree/dofdev/tem" "dofdev/tem"
) )
// func Handler(ctx *gin.Context) { // func Handler(ctx *gin.Context) {
@ -14,7 +14,6 @@ func Handler(w http.ResponseWriter, r *http.Request) {
w, r, w, r,
"braille_xr.html", "braille_xr.html",
"braille_xr", "braille_xr",
"braille_xr",
"refreshable braille display for rendering and input with handtracking", "refreshable braille display for rendering and input with handtracking",
data, data,
) )