TP-5555 | permission middleware exclude source map

This commit is contained in:
varnit goyal
2024-11-05 16:15:43 +05:30
parent 9b68d7b814
commit 4b8b6454ae

View File

@@ -29,6 +29,8 @@ func PermissionMiddleware(authService *service.AuthService) gin.HandlerFunc {
return func(c *gin.Context) {
excludedPublicUrls := []string{
"/envelope",
"/get-sourcemap-upload-url",
"/source-map-upload-ack",
}
for _, url := range excludedPublicUrls {