Noticed that old endpoints will keep working

This commit is contained in:
Alejandro Celaya
2018-09-24 22:49:30 +02:00
parent a964e2b3c9
commit 8784843a7a
6 changed files with 13 additions and 13 deletions

View File

@@ -57,16 +57,16 @@
},
"/v1/short-urls": {
"$ref": "paths/v1_short-codes.json"
"$ref": "paths/v1_short-urls.json"
},
"/v1/short-urls/shorten": {
"$ref": "paths/v1_short-codes_shorten.json"
"$ref": "paths/v1_short-urls_shorten.json"
},
"/v1/short-urls/{shortCode}": {
"$ref": "paths/v1_short-codes_{shortCode}.json"
"$ref": "paths/v1_short-urls_{shortCode}.json"
},
"/v1/short-urls/{shortCode}/tags": {
"$ref": "paths/v1_short-codes_{shortCode}_tags.json"
"$ref": "paths/v1_short-urls_{shortCode}_tags.json"
},
"/v1/tags": {
@@ -74,7 +74,7 @@
},
"/v1/short-urls/{shortCode}/visits": {
"$ref": "paths/v1_short-codes_{shortCode}_visits.json"
"$ref": "paths/v1_short-urls_{shortCode}_visits.json"
}
}
}