Skip to content

Commit

Permalink
local -> global
Browse files Browse the repository at this point in the history
  • Loading branch information
nlok5923 authored Feb 22, 2021
1 parent bb10b46 commit ba85418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion team#6 - {2}/views/remedies.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="row text-center">
<% var len = allArticles.length %>
<% for(let j=0;j<len;j++) {%>
<% var src = 'http://localhost:3000/dashboard/all/' + allArticles[j].id %>
<% var src = 'https://e-doctor01.herokuapp.com/dashboard/all/' + allArticles[j].id %>
<div class="col-md-4">
<div class="card mt-3 set-width">
<div class="view overlay">
Expand Down

0 comments on commit ba85418

Please sign in to comment.