Changed shortener endpoint to /api/v1/links

This commit is contained in:
2022-08-28 11:45:07 +02:00
parent 4539c926ec
commit 9aee40d3b1
3 changed files with 4 additions and 4 deletions

View File

@@ -32,5 +32,5 @@ service fivefeeteleven-api {
get /:id(ExpandReq) returns(ExpandResp)
@handler ShortenUrl
post /redirect(ShortenReq) returns(ShortenResp)
post /api/v1/links(ShortenReq) returns(ShortenResp)
}