This website requires JavaScript.
Explore
Help
Sign In
khairul169
/
garage-webui
Watch
1
Star
0
Fork
0
You've already forked garage-webui
mirror of
https://github.com/khairul169/garage-webui.git
synced
2025-06-17 14:19:32 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
garage-webui
/
backend
/
ui
/
ui.go
9 lines
101 B
Go
Raw
Normal View
History
Unescape
Escape
feat: rewrite backend to go
2024-08-18 05:54:08 +07:00
//go:build !prod
// +build !prod
package
ui
feat: add authentication
2025-03-01 23:22:18 +07:00
import
"net/http"
func
ServeUI
(
mux
*
http
.
ServeMux
)
{
}
Reference in New Issue
Copy Permalink