Island: Change /api/log/island/download -> /api/island/log

This commit is contained in:
Shreya Malviya 2022-08-01 11:51:50 +05:30
parent dd882df1cc
commit 408de5f5ab
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ logger = logging.getLogger(__name__)
class IslandLog(AbstractResource):
# API Spec: Why the inconsistency in endpoints of IslandLog and Log?
urls = ["/api/log/island/download"]
urls = ["/api/island/log"]
@jwt_required
def get(self):