diff --git a/vulnerabilities/templates/rest_framework/api.html b/vulnerabilities/templates/rest_framework/api.html new file mode 100644 index 000000000..028ef01a7 --- /dev/null +++ b/vulnerabilities/templates/rest_framework/api.html @@ -0,0 +1,31 @@ +{% extends "rest_framework/base.html" %} + +{% block style %} + {{ block.super }} + +{% endblock %} + +{% block title %} + VulnerableCode.io REST API +{% endblock %} + +{% block branding %} + + VulnerableCode.io REST API + +{% endblock %} + +{% block userlinks %} + + + {{ block.super }} +{% endblock %} \ No newline at end of file