Skip to content

Commit df9d5b0

Browse files
Update readme, base api to https
1 parent cb0837d commit df9d5b0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
1+
[![Netlify Status](https://api.netlify.com/api/v1/badges/5112a3f0-b4a2-4b70-bede-eaa87436de85/deploy-status)](https://app.netlify.com/sites/react-app-template/deploys) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
22

33
# react-app-template
44

@@ -18,18 +18,18 @@ Navigate to localhost:3000.
1818

1919
## Features
2020

21-
* Style React component with [SASS](https://sass-lang.com/)
22-
* Use [customize-cra](https://github.com/arackaf/customize-cra) to customize CRA without **eject**.
23-
* Use [hookrouter](https://github.com/Paratron/hookrouter) - the flexible, and fast router for react that is entirely based on hooks - for using router faster.
24-
* Use [react-intl](https://github.com/formatjs/react-intl) to internationalize React apps.
25-
* Use [react-redux](https://react-redux.js.org/) to manage App state.
26-
* Use [js-cookie](https://github.com/js-cookie/js-cookie) for handling browser cookies.
27-
* Use [axios](https://github.com/axios/axios) for HTTP requests.
21+
- Style React component with [SASS](https://sass-lang.com/)
22+
- Use [customize-cra](https://github.com/arackaf/customize-cra) to customize CRA without **eject**.
23+
- Use [hookrouter](https://github.com/Paratron/hookrouter) - the flexible, and fast router for react that is entirely based on hooks - for using router faster.
24+
- Use [react-intl](https://github.com/formatjs/react-intl) to internationalize React apps.
25+
- Use [react-redux](https://react-redux.js.org/) to manage App state.
26+
- Use [js-cookie](https://github.com/js-cookie/js-cookie) for handling browser cookies.
27+
- Use [axios](https://github.com/axios/axios) for HTTP requests.
2828

2929
## Author
3030

31-
* [Lam Pham](http://about.phamvanlam.com)
31+
- [Lam Pham](http://about.phamvanlam.com)
3232

3333
## License
3434

35-
This project is open source and available under the MIT License.
35+
This project is open source and available under the MIT License.

src/constants/configs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ switch (projectEnv) {
2020
break;
2121
default:
2222
domain = 'localhost'; // local
23-
baseAPI = 'http://jsonplaceholder.typicode.com/';
23+
baseAPI = 'https://jsonplaceholder.typicode.com/';
2424
break;
2525
}
2626

0 commit comments

Comments
 (0)