mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Replace FN_ROUTE with FN_PATH
This commit is contained in:
@@ -35,7 +35,7 @@ e = ENV["FN_APP_NAME"]
|
||||
if e == nil || e == ''
|
||||
raise "No APP_NAME found"
|
||||
end
|
||||
e = ENV["FN_ROUTE"]
|
||||
e = ENV["FN_PATH"]
|
||||
if e == nil || e == ''
|
||||
raise "No ROUTE found"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user