mirror of
https://github.com/pierre-emmanuelJ/iptv-proxy.git
synced 2026-03-13 06:35:29 +01:00
fixup! Fix m3u path
Signed-off-by: Pierre-Emmanuel Jacquier <pierre-emmanuel.jacquier@epitech.eu>
This commit is contained in:
@@ -70,7 +70,7 @@ func Routes(proxyConfig *config.ProxyConfig, r *gin.RouterGroup, newM3U []byte)
|
||||
&proxyConfig.Playlist.Tracks[i],
|
||||
nil,
|
||||
}
|
||||
r.GET(oriURL.RequestURI(), p.authenticate, tmp.reverseProxy)
|
||||
r.GET(oriURL.Path, p.authenticate, tmp.reverseProxy)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user