You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently the structure of api's in the server.py file is very unmanageable and very clustered.
Describe the solution you'd like
Using blueprints to make the api endpoints look cleaner and well organized.
Additional context
I suggest to create a views folder in which the download and user endpoints reside in different files and get registered in the server.py file.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently the structure of api's in the server.py file is very unmanageable and very clustered.
Describe the solution you'd like
Using blueprints to make the api endpoints look cleaner and well organized.
Additional context
I suggest to create a views folder in which the download and user endpoints reside in different files and get registered in the server.py file.
The text was updated successfully, but these errors were encountered: