From 9d5719421539491e23a701a6db91c7a399bab438 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Sun, 30 Oct 2022 01:25:26 +0300 Subject: swagger implementation --- docs/swagger.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/swagger.json (limited to 'docs/swagger.json') 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 @@ +{ + "swagger": "2.0", + "info": { + "description": "Backend API endpoints for Least Portals Database.", + "title": "Least Portals Database API", + "contact": {}, + "license": { + "name": "GNU General Public License, Version 2", + "url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html" + }, + "version": "1.0" + }, + "host": "localhost:4000", + "paths": {} +} \ No newline at end of file -- cgit v1.2.3