filebrowser/backend/main.go

10 lines
117 B
Go
Raw Normal View History

package main
import (
2024-12-17 00:01:55 +00:00
"github.com/gtsteffaniak/filebrowser/backend/cmd"
)
func main() {
2023-09-02 16:05:40 +00:00
cmd.StartFilebrowser()
}