Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@ DJANGO_DEV=1 python manage.py runserver
In your browser access:

```
http://127.0.0.1:8000/api/
http://127.0.0.1:8000/api/packages/?name=<package_name>
```
http://127.0.0.1:8000/api/docs
```
For full documentation about API endpoints.
9 changes: 2 additions & 7 deletions vulnerabilities/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<body class="Site has-background-light">
<nav class="navbar is-dark is-fixed-top" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="https://github.com/nexB/vulnerablecode">
VulnerableCode Logo
</a>
</div>
<div class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="{% url 'home' %}">
Home
</a>
<a class="navbar-item">
Documentation
<a class="navbar-item" href="{% url 'schema-swagger-ui' %}">
API Docs
</a>
<div class="navbar-item has-dropdown is-hoverable">

Expand Down