mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Test: get source URL of files
This commit is contained in:
@@ -9,7 +9,6 @@ import (
|
||||
)
|
||||
|
||||
// SignRequired 验证请求签名
|
||||
// TODO 测试
|
||||
func SignRequired() gin.HandlerFunc {
|
||||
return func(c *gin.Context) {
|
||||
err := auth.CheckURI(c.Request.URL)
|
||||
|
||||
Reference in New Issue
Block a user