templates/project/dashboards/sample.erb in dashing-0.1.2 vs templates/project/dashboards/sample.erb in dashing-1.0

- old
+ new

@@ -19,7 +19,7 @@ <li data-row="1" data-col="1" data-sizex="2" data-sizey="1"> <div data-id="convergence" data-view="Graph" data-title="Convergence" style="background-color:#ff9618"></div> </li> </ul> - <center><div style="font-size: 12px">Try this: curl -d '{ "auth_token": "YOUR_AUTH_TOKEN", "text": "Hey, Look what I can do!" }' \http://localhost:3000/widgets/welcome</div></center> + <center><div style="font-size: 12px">Try this: curl -d '{ "auth_token": "YOUR_AUTH_TOKEN", "text": "Hey, Look what I can do!" }' \http://<%=request.host%>:<%=request.port%>/widgets/welcome</div></center> </div> \ No newline at end of file