Skip to content

Commit 2fc8dd4

Browse files
committed
Link Startseite: neues Buch
1 parent b14db84 commit 2fc8dd4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

views/index.pug

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,17 @@ html
66
meta(name='viewport', content='width=device-width, initial-scale=1, minimal-ui')
77
link(rel='stylesheet', href='style.css', media='screen')
88
body.markdown-body
9-
//- img(src='images/angular.schule.svg', width='100')
109
h1= title
1110
img(src='images/monkey-thinking.svg', width='300')
1211
ul
1312
li
1413
a(href='/books') GET /books
1514
li
16-
a(href='/book/9783864907791') GET /book/9783864907791
17-
//- li
18-
//- a(href='/graphql/?query={%0A%20 books {%0A%20%20%20 title%0A%20%20%20 isbn%0A%20%20%20 authors {%0A%20%20%20%20%20 name%0A%20%20%20 }%0A%20 }%0A}') GraphQL Sample Query
15+
a(href='/books/9783864909467') GET /books/9783864909467
1916
hr
2017
strong
2118
| Explorable API documentation: 
2219
a(href='/swagger-ui/') /swagger-ui/
23-
//- br
24-
//- small
25-
| GraphiQL Explorer: 
26-
a(href='/graphql/') /graphql/
2720
br
2821
small
2922
| OpenAPI Specification: 

0 commit comments

Comments
 (0)