rename module
This commit is contained in:
parent
9bc4847a3b
commit
ca4fb5b5c5
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"cSpell.words": ["apihub", "spahandler"]
|
||||||
|
}
|
||||||
@ -1,4 +1,4 @@
|
|||||||
package spa
|
package spahandler
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"embed"
|
"embed"
|
||||||
@ -1,4 +1,4 @@
|
|||||||
package spa
|
package spahandler
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"io"
|
"io"
|
||||||
@ -1,4 +1,4 @@
|
|||||||
package spa
|
package spahandler
|
||||||
|
|
||||||
var contentTypeMapping = map[string]string{
|
var contentTypeMapping = map[string]string{
|
||||||
".html": "text/html",
|
".html": "text/html",
|
||||||
@ -1,4 +1,4 @@
|
|||||||
package spa
|
package spahandler
|
||||||
|
|
||||||
import "embed"
|
import "embed"
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user