liquid_feedback_frontend

diff env/request/router.lua @ 1526:45fd259aa1ad

Added login api interface and login scope
author bsw
date Mon Aug 24 13:48:03 2020 +0200 (2020-08-24)
parents 71f54c43d7cb
children bbb537ba81b2
line diff
     1.1 --- a/env/request/router.lua	Thu Aug 20 15:55:04 2020 +0200
     1.2 +++ b/env/request/router.lua	Mon Aug 24 13:48:03 2020 +0200
     1.3 @@ -12,7 +12,8 @@
     1.4    settings = true,
     1.5    event = true,
     1.6    support = true,
     1.7 -  embed_initiative = true
     1.8 +  embed_initiative = true,
     1.9 +  login = true
    1.10  }
    1.11  
    1.12  function request.router()

Impressum / About Us