Removed comments

master
Alex 2021-06-25 21:48:15 +02:00
parent adb0a57a3c
commit b7e781d414
1 changed files with 0 additions and 8 deletions

View File

@ -50,11 +50,3 @@ func main() {
app.Listen(cfg.Host)
}
/*
swagger generate spec -o ./swagger.yaml
sudo docker run -p 80:8080 -e SWAGGER_JSON=/api.yaml -v ~/Documents/coding/go/rest-api/swagger.yaml:/api.yaml swaggerapi/swagger-ui
*/