File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
packages/cli/generators/app/templates/public Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4343
4444 .info h1 {
4545 text-align : center;
46- margin-bottom : 0 px ;
46+ margin-bottom : 0 ;
4747 }
4848
4949 .info p {
5858 < div class ="info ">
5959 < h1 > @loopback/example-soap-calculator</ h1 >
6060
61- < h3 > OpenAPI spec: < a href ="/openapi.json "> /openapi.json</ a > </ h4 >
62- < h3 > API Explorer: < a href ="/explorer "> /explorer</ a > </ h4 >
61+ < h3 > OpenAPI spec: < a href ="/openapi.json "> /openapi.json</ a > </ h3 >
62+ < h3 > API Explorer: < a href ="/explorer "> /explorer</ a > </ h3 >
6363 </ div >
6464
6565 < footer class ="power ">
Original file line number Diff line number Diff line change 4343
4444 .info h1 {
4545 text-align : center;
46- margin-bottom : 0 px ;
46+ margin-bottom : 0 ;
4747 }
4848
4949 .info p {
5858 < div class ="info ">
5959 < h1 > @loopback/example-todo-list</ h1 >
6060
61- < h3 > OpenAPI spec: < a href ="/openapi.json "> /openapi.json</ a > </ h4 >
62- < h3 > API Explorer: < a href ="/explorer "> /explorer</ a > </ h4 >
61+ < h3 > OpenAPI spec: < a href ="/openapi.json "> /openapi.json</ a > </ h3 >
62+ < h3 > API Explorer: < a href ="/explorer "> /explorer</ a > </ h3 >
6363 </ div >
6464
6565 < footer class ="power ">
Original file line number Diff line number Diff line change 4343
4444 .info h1 {
4545 text-align : center;
46- margin-bottom : 0 px ;
46+ margin-bottom : 0
4747 }
4848
4949 .info p {
5858 < div class ="info ">
5959 < h1 > @loopback/example-todo</ h1 >
6060
61- < h3 > OpenAPI spec: < a href ="/openapi.json "> /openapi.json</ a > </ h4 >
62- < h3 > API Explorer: < a href ="/explorer "> /explorer</ a > </ h4 >
61+ < h3 > OpenAPI spec: < a href ="/openapi.json "> /openapi.json</ a > </ h3 >
62+ < h3 > API Explorer: < a href ="/explorer "> /explorer</ a > </ h3 >
6363 </ div >
6464
6565 < footer class ="power ">
Original file line number Diff line number Diff line change 4343
4444 .info h1 {
4545 text-align : center ;
46- margin-bottom : 0 px ;
46+ margin-bottom : 0 ;
4747 }
4848
4949 .info p {
5959 <h1 ><%= project .name %> </h1 >
6060 <p >Version <%= project .version || ' 1.0.0' %> </p >
6161
62- <h3 >OpenAPI spec: <a href =" /openapi.json" >/openapi.json</a ></h4 >
63- <h3 >API Explorer: <a href =" /explorer" >/explorer</a ></h4 >
62+ <h3 >OpenAPI spec: <a href =" /openapi.json" >/openapi.json</a ></h3 >
63+ <h3 >API Explorer: <a href =" /explorer" >/explorer</a ></h3 >
6464 </div >
6565
6666 <footer class =" power" >
You can’t perform that action at this time.
0 commit comments