mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-18 23:36:05 +01:00
fixup
This commit is contained in:
@@ -81,6 +81,7 @@ class AppVersionViewSet(ListModelMixin, GenericViewSet):
|
||||
return [
|
||||
self._get_version(x['name'])
|
||||
for x in fs.listdir(settings.APP_DIST_STORAGE)
|
||||
if x['type'] == 'directory'
|
||||
]
|
||||
|
||||
def _get_version(self, dir):
|
||||
|
||||
Reference in New Issue
Block a user