mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-31 14:13:09 +02:00
fixing sub path_mode
This commit is contained in:
@@ -46,7 +46,7 @@ const (
|
||||
|
||||
const (
|
||||
ProxyPathMode_Forward = "forward"
|
||||
ProxyPathMode_Sub = "sub" // TODO: implement
|
||||
ProxyPathMode_Sub = "sub"
|
||||
ProxyPathMode_RemovedPath = ""
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user