Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update router.go

Cette révision appartient à :
kilo 2017-11-08 11:44:04 +01:00 révisé par GitHub
Parent 49ead0321a
révision 77e602b3e8
Signature inconnue de Forgejo
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 0 suppressions

Voir le fichier

@ -8,6 +8,7 @@ import (
func init() {
router.Get().Any("/download/:hash", DownloadTorrent)
router.Get().Any("/stats/:id", GetStatsHandler)
router.Get().Any("/files/:id", GetFilesHandler)
torrentRoutes := router.Get().Group("/torrent", middlewares.LoggedInMiddleware())
{