X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=config%2Froutes.ini;h=9adef8923004b4fe9572c1dc65c0c3c09caf0d2a;hb=8394174c00f15efa4ab367dceb0358f9fbbe1b3b;hp=cb28b1e9846b285a1e915178685111eccdb05006;hpb=25b99959b9e66d00681092977c23b5df32ead5f4;p=pharext%2Fpharext.org diff --git a/config/routes.ini b/config/routes.ini index cb28b1e..9adef89 100644 --- a/config/routes.ini +++ b/config/routes.ini @@ -22,6 +22,11 @@ POST[] = /github/repo/{owner}/{name}/hook/{action} ; if the user has to re-authenticate, we'll receive a GET because of a redirect GET[] = /github/repo/{owner}/{name}/hook/{action} +[Github\Release] +POST[] = /github/repo/{owner}/{name}/release +; if the user has to re-authenticate, we'll receive a GET because of a redirect +GET[] = /github/repo/{owner}/{name}/release + [Github\Signin] GET[] = /github/signin