drop deprecated explicit page path
This commit is contained in:
parent
37a432d621
commit
73a37bcffe
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue