Skip to content

Commit a3c35a6

Browse files
committed
updated
1 parent d882eda commit a3c35a6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Golang JWT Auth.postman_collection.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,26 @@
153153
"response": []
154154
}
155155
]
156+
},
157+
{
158+
"name": "Health Checker",
159+
"request": {
160+
"method": "GET",
161+
"header": [],
162+
"url": {
163+
"raw": "http://localhost:8000/api/healthchecker",
164+
"protocol": "http",
165+
"host": [
166+
"localhost"
167+
],
168+
"port": "8000",
169+
"path": [
170+
"api",
171+
"healthchecker"
172+
]
173+
}
174+
},
175+
"response": []
156176
}
157177
]
158178
}

0 commit comments

Comments
 (0)