Remove self.endpoint

This commit is contained in:
M-307 2022-08-05 12:22:29 +07:00
parent 2901a83e14
commit a416636590

View File

@ -48,7 +48,6 @@ class Route:
self.method = method
self.uid = uid
self.url = ''
self.endpoint = endpoint
if endpoint == 'enka':
self.url: str = self.BASE_URL.format(PATH=path)