Skip to content

Commit

Permalink
base url bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanchitbajaj02 committed Aug 1, 2021
1 parent 97f4fce commit 5a0e5b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">

<meta name="title" content="RCC Blog | Health & Fitness">
<meta
Expand Down
2 changes: 1 addition & 1 deletion src/Components/FooterComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const FooterComponent = () => {
9812345678
</div>
<div className="footer-icon-gap">
<i className="fa fa-envelope fa-lg mr-3"></i> abc@example.com
<i className="fa fa-envelope fa-lg mr-3"></i> fitnessblog223@gmail.com
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Util/axios.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from "axios";
// const axios = require("axios");

let api = axios.create({
baseURL: "http://rccblog.raviprakashdev.com/",
baseURL: "https://rccblog.raviprakashdev.com/",
});

// ======== API of BlogController starts here ========
Expand Down

0 comments on commit 5a0e5b9

Please sign in to comment.