aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/swagger.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/swagger.json b/docs/swagger.json
new file mode 100644
index 0000000..9c64dd0
--- /dev/null
+++ b/docs/swagger.json
@@ -0,0 +1,15 @@
1{
2 "swagger": "2.0",
3 "info": {
4 "description": "Backend API endpoints for Least Portals Database.",
5 "title": "Least Portals Database API",
6 "contact": {},
7 "license": {
8 "name": "GNU General Public License, Version 2",
9 "url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
10 },
11 "version": "1.0"
12 },
13 "host": "localhost:4000",
14 "paths": {}
15} \ No newline at end of file