File tree Expand file tree Collapse file tree
vulnerabilities/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,6 +144,6 @@ DJANGO_DEV=1 python manage.py runserver
144144In your browser access:
145145
146146```
147- http://127.0.0.1:8000/api/
148- http://127.0.0.1:8000/api/packages/?name=<package_name>
149- ```
147+ http://127.0.0.1:8000/api/docs
148+ ```
149+ For full documentation about API endpoints.
Original file line number Diff line number Diff line change 99< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
1010< body class ="Site has-background-light ">
1111 < nav class ="navbar is-dark is-fixed-top " role ="navigation " aria-label ="main navigation ">
12- < div class ="navbar-brand ">
13- < a class ="navbar-item " href ="https://github.com/nexB/vulnerablecode ">
14- VulnerableCode Logo
15- </ a >
16- </ div >
1712 < div class ="navbar-menu ">
1813 < div class ="navbar-start ">
1914 < a class ="navbar-item " href ="{% url 'home' %} ">
2015 Home
2116 </ a >
22- < a class ="navbar-item ">
23- Documentation
17+ < a class ="navbar-item " href =" {% url 'schema-swagger-ui' %} " >
18+ API Docs
2419 </ a >
2520 < div class ="navbar-item has-dropdown is-hoverable ">
2621
You can’t perform that action at this time.
0 commit comments