aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.json
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-10-30 01:25:26 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-10-30 01:25:26 +0300
commit9d5719421539491e23a701a6db91c7a399bab438 (patch)
tree5445f868215cf8c591f02c0d58e59be22c0df582 /docs/swagger.json
parentadd swagger and country code entry routes (#4) (diff)
downloadlphub-9d5719421539491e23a701a6db91c7a399bab438.tar.gz
lphub-9d5719421539491e23a701a6db91c7a399bab438.tar.bz2
lphub-9d5719421539491e23a701a6db91c7a399bab438.zip
swagger implementation
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