File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
integrity ="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ= "
10
10
crossorigin ="anonymous "
11
11
> </ 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 " />
17
17
< title > Terraform TypeScript Lambda & API Gateway Infrastructure</ title >
18
18
</ head >
19
19
< body >
20
20
< div id ="graph "> </ div >
21
21
< script >
22
- blastradius ( "#graph" , "/ graph.svg" , "/ graph.json" ) ;
22
+ blastradius ( "#graph" , "graph.svg" , "graph.json" ) ;
23
23
</ script >
24
24
</ body >
25
25
</ html >
You can’t perform that action at this time.
0 commit comments