bskyweb additions (#296)
Add some minor bskyweb improvements, Mailmodo endpoint, Dockerfile for bskyweb, container image push
This commit is contained in:
parent
d8f4475696
commit
67e4882bb3
15 changed files with 458 additions and 84 deletions
6
bskyweb/templates.go
Normal file
6
bskyweb/templates.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package bskyweb
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed templates/*
|
||||
var TemplateFS embed.FS
|
Loading…
Add table
Add a link
Reference in a new issue