Commit d4f3dfd5 authored by JessonChan's avatar JessonChan

return when find static path

parent 6ad215a9
......@@ -133,6 +133,7 @@ func serverStaticRouter(ctx *context.Context) {
}
http.ServeContent(ctx.ResponseWriter, ctx.Request, filePath, fileInfo.ModTime(), memZipFile)
return
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment