geqintan commited on
Commit
1ff481e
·
1 Parent(s): 7a74cb3
Files changed (1) hide show
  1. app.lua +1 -1
app.lua CHANGED
@@ -16,7 +16,7 @@ end
16
 
17
  ngx.say('uri: ',uri)
18
 
19
- local api_version, api_pxoxy_pass_url_indicator = path:match("/([^/]+)/(.*)")
20
 
21
  -- local version_match = uri:match("([^/]+)/(.+)")
22
  -- if version_match then
 
16
 
17
  ngx.say('uri: ',uri)
18
 
19
+ local api_version, api_pxoxy_pass_url_indicator = uri:match("/([^/]+)/(.*)")
20
 
21
  -- local version_match = uri:match("([^/]+)/(.+)")
22
  -- if version_match then