Island: Change /api/log/island/download -> /api/island/log
This commit is contained in:
parent
dd882df1cc
commit
408de5f5ab
|
@ -8,8 +8,7 @@ logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class IslandLog(AbstractResource):
|
class IslandLog(AbstractResource):
|
||||||
# API Spec: Why the inconsistency in endpoints of IslandLog and Log?
|
urls = ["/api/island/log"]
|
||||||
urls = ["/api/log/island/download"]
|
|
||||||
|
|
||||||
@jwt_required
|
@jwt_required
|
||||||
def get(self):
|
def get(self):
|
||||||
|
|
Loading…
Reference in New Issue