message de retour à l'envoi du jeton Google
This commit is contained in:
parent
979d577d2a
commit
1cb3a692ef
10 changed files with 74 additions and 18 deletions
|
|
@ -29,6 +29,7 @@ using System.Web.Routing;
|
|||
using Yavsc.Formatters;
|
||||
using Yavsc.Model.FrontOffice;
|
||||
using System.Web.Http;
|
||||
using System.IdentityModel;
|
||||
|
||||
namespace Yavsc
|
||||
{
|
||||
|
|
@ -60,6 +61,7 @@ namespace Yavsc
|
|||
routeTemplate: WebApiConfig.UrlPrefix + "/{controller}/{action}/{id}",
|
||||
defaults: new { action="Index", id = RouteParameter.Optional }
|
||||
);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue