mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-11-21 00:04:13 +01:00
Refactor mux setup and fix ReverseProxyInit typo
- Reorganized HTTP mux initialization to clarify plugin and webmin UI routing, replacing parentMux with entryMux. - Fixed typo in ReverseProxyInit function name and updated its usage in main.go.
This commit is contained in:
@@ -26,7 +26,7 @@ var (
|
||||
)
|
||||
|
||||
// Add user customizable reverse proxy
|
||||
func ReverseProxtInit() {
|
||||
func ReverseProxyInit() {
|
||||
/*
|
||||
Load Reverse Proxy Global Settings
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user