Skip to content
Snippets Groups Projects
Commit c760fbb2 authored by Alifia Rahmah's avatar Alifia Rahmah
Browse files

feat(admin): swagger docs

parent 1968d51d
1 merge request!10Feat/s1 sb12 implementing admin page
Pipeline #52019 failed with stage
in 42 seconds
......@@ -118,7 +118,7 @@ const docTemplate = `{
"tags": [
"admin"
],
"summary": "Get User By Id",
"summary": "Get User By Email",
"responses": {
"200": {
"description": "OK",
......
......@@ -110,7 +110,7 @@
"tags": [
"admin"
],
"summary": "Get User By Id",
"summary": "Get User By Email",
"responses": {
"200": {
"description": "OK",
......
......@@ -145,7 +145,7 @@ paths:
description: OK
schema:
$ref: '#/definitions/web.BaseResponse'
summary: Get User By Id
summary: Get User By Email
tags:
- admin
/auth/login:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment