rename module

This commit is contained in:
admin 2025-05-05 20:21:42 +02:00
parent 9bc4847a3b
commit ca4fb5b5c5
5 changed files with 7 additions and 4 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"cSpell.words": ["apihub", "spahandler"]
}

View File

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

View File

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

View File

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

View File

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