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.
AXIOS is a well-known HTTP library that used in the javascript world. The package.json is listed as Axios as one of the dependencies. But anywhere in the code not used its functionalities.
Describe the solution you'd like
Axios can intercept all request and add backend base URL(ex: http://127.0.0.1:5000) in one place instead of every request. This is one usage of Axios. Likewise, there are a lot of advantages.
Describe alternatives you've considered
NO
Additional context
NO
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
AXIOS is a well-known HTTP library that used in the javascript world. The package.json is listed as Axios as one of the dependencies. But anywhere in the code not used its functionalities.
Describe the solution you'd like
Axios can intercept all request and add backend base URL(ex: http://127.0.0.1:5000) in one place instead of every request. This is one usage of Axios. Likewise, there are a lot of advantages.
Describe alternatives you've considered
NO
Additional context
NO
The text was updated successfully, but these errors were encountered: