try another name

This commit is contained in:
admin 2025-05-05 20:23:04 +02:00
parent ca4fb5b5c5
commit bb660bc2fe
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package spahandler package spa_handler
import ( import (
"embed" "embed"

View File

@ -1,4 +1,4 @@
package spahandler package spa_handler
import ( import (
"io" "io"

View File

@ -1,4 +1,4 @@
package spahandler package spa_handler
var contentTypeMapping = map[string]string{ var contentTypeMapping = map[string]string{
".html": "text/html", ".html": "text/html",

View File

@ -1,4 +1,4 @@
package spahandler package spa_handler
import "embed" import "embed"