File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 integrity ="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ= "
1010 crossorigin ="anonymous "
1111 > </ script >
12- < script src ="/ static/js/d3.v4.js "> </ script >
13- < script src ="/ static/js/d3-tip.js "> </ script >
14- < script src ="/ static/js/blast-radius.js "> </ script >
15- < script src ="/ static/js/categories.js "> </ script >
16- < link rel ="stylesheet " type ="text/css " href ="/ static/css/style.css " />
12+ < script src ="static/js/d3.v4.js "> </ script >
13+ < script src ="static/js/d3-tip.js "> </ script >
14+ < script src ="static/js/blast-radius.js "> </ script >
15+ < script src ="static/js/categories.js "> </ script >
16+ < link rel ="stylesheet " type ="text/css " href ="static/css/style.css " />
1717 < title > Terraform TypeScript Lambda & API Gateway Infrastructure</ title >
1818 </ head >
1919 < body >
2020 < div id ="graph "> </ div >
2121 < script >
22- blastradius ( "#graph" , "/ graph.svg" , "/ graph.json" ) ;
22+ blastradius ( "#graph" , "graph.svg" , "graph.json" ) ;
2323 </ script >
2424 </ body >
2525</ html >
You can’t perform that action at this time.
0 commit comments