added template for new golang backend
This commit is contained in:
14
server/docs/swagger.yaml
Normal file
14
server/docs/swagger.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
info:
|
||||
contact: {}
|
||||
paths:
|
||||
/ping:
|
||||
get:
|
||||
consumes:
|
||||
- application/json
|
||||
description: asdf
|
||||
operationId: ping
|
||||
produces:
|
||||
- application/json
|
||||
responses: {}
|
||||
summary: Test request
|
||||
swagger: "2.0"
|
||||
Reference in New Issue
Block a user