Replace FN_ROUTE with FN_PATH

This commit is contained in:
Travis Reeder
2017-09-20 11:35:18 -07:00
parent cdb74915de
commit 904f288ed6
6 changed files with 10 additions and 10 deletions

View File

@@ -189,7 +189,7 @@ func noOverrideVars(key string) bool {
var overrideVars = map[string]bool{
"FN_FORMAT": true,
"FN_APP_NAME": true,
"FN_ROUTE": true,
"FN_PATH": true,
"FN_MEMORY": true,
"FN_TYPE": true,
"FN_CALL_ID": true,