1
0
mirror of https://github.com/bestnite/sub2clash.git synced 2025-12-15 18:40:16 +00:00

🐛 Parse short link

This commit is contained in:
2024-05-09 12:58:33 +08:00
parent 3e720ec14d
commit 036907fba4
3 changed files with 28 additions and 1 deletions

View File

@@ -44,4 +44,5 @@ func SetRoute(r *gin.Engine) {
r.GET("/s/:hash", handler.GetRawConfHandler)
r.POST("/short", handler.GenerateLinkHandler)
r.PUT("/short", handler.UpdateLinkHandler)
r.GET("/short", handler.GetRawConfUriHandler)
}