Add id's to space urls

This commit is contained in:
gidsi 2019-04-03 22:29:12 +02:00
commit fcb31bdd10
No known key found for this signature in database
GPG key ID: B47291090A6E5604
3 changed files with 73 additions and 38 deletions

View file

@ -52,7 +52,7 @@ var IndexRoutes = Routes{
Route{
"SpaceUrlDelete",
"DELETE",
"/urls/{url}/{SharedSecret}",
"/urls/{id}/{SharedSecret}",
SpaceUrlDelete,
},
Route{