mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
11 lines
190 B
Go
11 lines
190 B
Go
package plg_starter_web
|
|
|
|
import (
|
|
. "github.com/mickael-kerjean/filestash/server/common"
|
|
)
|
|
|
|
func init() {
|
|
Hooks.Register.Starter(WebServer)
|
|
// Hooks.Register.Hook() // letsencrypt hook
|
|
}
|