removed these personal / company details in the example swagger

This commit is contained in:
hongwei 2020-03-30 07:36:23 +02:00
parent a7bab29d12
commit 1dee6d7a6e

View File

@ -44,11 +44,11 @@ class IndexView(LoginRequiredMixin, FormView):
"swagger":"2.0",
"info":{
"version":"0.0.1",
"title":"Portus EVS sandbox demo API",
"description":"Portus EVS sandbox demo API",
"title":"Example Title",
"description":"Example Description",
"contact":{
"name":"Digital & FinTech, Grant Thornton",
"email":"peng.xu@ie.gt.com",
"name":"Example Company",
"email":"simon@example.com",
"url":"https://www.tesobe.com/"
}
},