fix link faq
This commit is contained in:
parent
d124127f10
commit
88c957806f
1 changed files with 2 additions and 1 deletions
|
@ -312,7 +312,8 @@ class ApplicationController < ActionController::Base
|
|||
path == '/contact-admin' ||
|
||||
path.start_with?('/connexion-par-jeton') ||
|
||||
path.start_with?('/api/') ||
|
||||
path.start_with?('/lien-envoye')
|
||||
path.start_with?('/lien-envoye') ||
|
||||
path.start_with?('/faq')
|
||||
|
||||
false
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue