@ -95,6 +95,7 @@ class HttpDispatcher(resource.Resource):
)
defrender_GET(self,request:Request)->bytes:
self.logger.debug(request.uri)
test=self.map_get.match(request.uri.decode())
client_ip=Utils.get_ip_addr(request)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.