mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-04-28 09:46:51 +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
|
||||
}
|
||||
|
||||
func ServeIndex() (http.HandlerFunc, error) {
|
||||
func serveIndex() (http.HandlerFunc, error) {
|
||||
indexFile, err := content.ReadFile("build/index.html")
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Add table
Reference in a new issue