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
[#76] Refer to GitHub issue...
This update addresses the following:
- Corrected the redirection URL from 'http://localhost:3000' to
'http://localhost:3000/api' to ensure that address redirection functions
correctly. With this change,
'http://ec2-<ip>.compute-1.amazonaws.com/api' will correctly redirect to
the API page as intended.
Additionally, this update includes the following changes:
- Reformatted constant imports to use 'import' to align with the ES6
style guide and reordered them based on the import order standard.
- Replaced some double quotations with single quotations to maintain
consistent coding style.
- Replaced certain 'req' variables used in functions with '_' to resolve
ESLint issues related to unused variables.
- Updated some functions to use ES6 arrow function syntax for improved
code readability.
These changes enhance code clarity and maintain consistency with coding
standards.
[#76] Refer to GitHub issue...
This update changes the HOST variable to redirect api to
localhost:3000/api instead of localhost:3000.
The change was intended to be done in PR-#81 but omitted by mistake,
which is fixed in this PR.
This reverts commit f002f73.
revert: Revert commit f002f73
[#76] Refer to GitHub issue...
This commit revert is intended to debug nginx api redirection.
All changes to api/app.js will be reverted.
The current system of Comptox AI website is structured to host the webpage in AWS EC2, but the data-related part are stored in the university server.
The conf file in EC2 must be modified so that the redirection to the servers reflects this division of servers when tasks are called.
TODO:
The text was updated successfully, but these errors were encountered: