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 (
"embed"

View File

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

View File

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

View File

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