mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-04-29 02:07:37 +02:00
backend: Make function private
This commit is contained in:
parent
a8d887e174
commit
3a8bf1aef4
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ func ServeUI() (http.Handler, error) {
|
||||||
}), nil
|
}), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func ServeIndex() (http.HandlerFunc, error) {
|
func serveIndex() (http.HandlerFunc, error) {
|
||||||
indexFile, err := content.ReadFile("build/index.html")
|
indexFile, err := content.ReadFile("build/index.html")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
Loading…
Add table
Reference in a new issue