Changed API_URL from http to https
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div align="center">Auto formatted with Prettier, tested with Cypress 🎗</div>
|
||||
|
||||
<h3 align="center">
|
||||
<a href="http://jira.ivorreic.com/">Visit the live app</a> |
|
||||
<a href="https://jira.ivorreic.com/">Visit the live app</a> |
|
||||
<a href="https://github.com/oldboyxx/jira_clone/tree/master/client">View client</a> |
|
||||
<a href="https://github.com/oldboyxx/jira_clone/tree/master/api">View API</a>
|
||||
</h3>
|
||||
@@ -68,7 +68,7 @@ Not all components have properly defined [aria attributes](https://developer.moz
|
||||
|
||||
### Unit/Integration tests 🧪
|
||||
|
||||
Both Client and API are currently tested by through [end-to-end Cypress tests](https://github.com/oldboyxx/jira_clone/tree/master/client/cypress/integration). That's good enough for a relatively simple application such as this, even if it was a real product. However, as the app grows in complexity, it might be wise to start writing additional unit/integration tests.
|
||||
Both Client and API are currently tested through [end-to-end Cypress tests](https://github.com/oldboyxx/jira_clone/tree/master/client/cypress/integration). That's good enough for a relatively simple application such as this, even if it was a real product. However, as the app grows in complexity, it might be wise to start writing additional unit/integration tests.
|
||||
|
||||
### Author: Ivor Reic ✍️
|
||||
|
||||
@@ -78,7 +78,7 @@ Both Client and API are currently tested by through [end-to-end Cypress tests](h
|
||||
<hr>
|
||||
|
||||
<h4>
|
||||
<a href="http://jira.ivorreic.com/">Visit the live app</a> |
|
||||
<a href="https://jira.ivorreic.com/">Visit the live app</a> |
|
||||
<a href="https://github.com/oldboyxx/jira_clone/tree/master/client">View client</a> |
|
||||
<a href="https://github.com/oldboyxx/jira_clone/tree/master/api">View API</a>
|
||||
</h4>
|
||||
|
||||
Reference in New Issue
Block a user