Skip to content

Commit

Permalink
minor changes in test2
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtCoder19 committed Feb 5, 2024
1 parent 6932a02 commit bacfb53
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/apps/console/routes/test2/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@ const App = () => {
useEffect(() => {
(async()=>{
try{
// var axios1 =await axios({
// url:'http://10.13.0.1:17171',
//
// });
const axios1 = await axios.get("http://10.13.0.1:17171/healthy", {
httpAgent: new https.Agent({
rejectUnauthorized: false
})
})
var axios1 =await axios({
url:'http://10.13.0.1:17171',

});

console.log((axios1))
}catch(err){
Expand Down

0 comments on commit bacfb53

Please sign in to comment.