Browse Source

Add missing empty API template

Gu1 11 years ago
parent
commit
dde4f0874d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      ffdnispdb/templates/api.html

+ 4 - 0
ffdnispdb/templates/api.html

@@ -0,0 +1,4 @@
+{% extends "layout.html" %}
+{% block container %}
+<h3>Soon...</h3>
+{% endblock container %}