Skip to content

Commit

Permalink
Bug fix for files endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyansh committed Dec 29, 2020
1 parent e6abb85 commit 60bce9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fyle/platform/apis/v1/admin/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@


class Files(PostResources, GetResources):
"""Class for Orgs APIs."""
"""Class for Files APIs."""

FILES = '/files'

def __init__(self, version, role):
super().__init__(version, role, Files.ORGS)
super().__init__(version, role, Files.FILES)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='fyle',
version='0.1.8-beta',
version='0.1.9-beta',
author='Siva Narayanan',
author_email='[email protected]',
description='Python SDK for accessing Fyle Platform APIs',
Expand Down

0 comments on commit 60bce9e

Please sign in to comment.