Skip to content

Commit a8da5cb

Browse files
committed
Fix index.html
1 parent a035016 commit a8da5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link href="styles/api-console-light-theme.css" rel="stylesheet" class="theme">
88
</head>
99
<body ng-app="ramlConsoleApp" ng-cloak class="raml-console-body">
10-
<raml-console src="http://localhost:9000/examples/leagues.raml"></raml-console>
10+
<raml-initializer></raml-initializer>
1111
<script src="scripts/api-console-vendor.js"></script>
1212
<script src="scripts/api-console.js"></script>
1313
<script>

0 commit comments

Comments
 (0)