Remove staging server info

e911_addr
Maria Bermudez 7 years ago
parent 3801682bfb
commit 224e2f414c
  1. 4
      swagger_specs/Flowroute_API_01172018.json
  2. 2
      swagger_specs/Flowroute_API_01172018.yaml

@ -9,10 +9,6 @@
{
"url": "https://api.flowroute.com/",
"description": "Main (production) server"
},
{
"url": "https://api.staging.fl.gg/",
"description": "Staging server"
}
],
"security": [

@ -13,8 +13,6 @@ info:
servers:
- url: 'https://api.flowroute.com/'
description: Main (production) server
- url: 'https://api.staging.fl.gg/'
description: Staging server
security:
- basicAuth: []
paths:

Loading…
Cancel
Save