diff --git a/docs/api/generate.ts b/docs/api/generate.ts index 695f30e1..053c289f 100644 --- a/docs/api/generate.ts +++ b/docs/api/generate.ts @@ -13,9 +13,11 @@ const doc = { servers: [ { url: 'http://localhost:3000/', + description: 'Development server' }, { - url: 'https://sel2-1.ugent.be/api' + url: 'https://sel2-1.ugent.be/api', + description: 'Production server' } ], components: { diff --git a/docs/api/swagger.json b/docs/api/swagger.json index 85039f09..8f257518 100644 --- a/docs/api/swagger.json +++ b/docs/api/swagger.json @@ -11,10 +11,12 @@ }, "servers": [ { - "url": "http://localhost:3000/" + "url": "http://localhost:3000/", + "description": "Development server" }, { - "url": "https://sel2-1.ugent.be/api" + "url": "https://sel2-1.ugent.be/api", + "description": "Production server" } ], "paths": {