mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-21 16:01:22 +02:00
added new file button in config editor, dockerfile fix
This commit is contained in:
@@ -47,6 +47,6 @@ func isStreamScheme(s string) bool {
|
||||
}
|
||||
|
||||
// id -> target
|
||||
type StreamRoutes = SafeMap[string, StreamRoute]
|
||||
type StreamRoutes SafeMap[string, StreamRoute]
|
||||
|
||||
var streamRoutes StreamRoutes = NewSafeMapOf[StreamRoutes]()
|
||||
|
||||
Reference in New Issue
Block a user