mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-05 12:22:35 +02:00
Integrated Fantastic coffie (decaffeinated) base version
This commit is contained in:
parent
2fc5535f0f
commit
94036c4831
482 changed files with 476112 additions and 0 deletions
12
cmd/webapi/register-web-ui-stub.go
Normal file
12
cmd/webapi/register-web-ui-stub.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
//go:build !webui
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
// registerWebUI is an empty stub because `webui` tag has not been specified.
|
||||
func registerWebUI(hdl http.Handler) (http.Handler, error) {
|
||||
return hdl, nil
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue