@@ -9,7 +9,7 @@ module Agents |
||
| 9 | 9 |
<<-MD |
| 10 | 10 |
The UserLocationAgent creates events based on WebHook POSTS that contain a `latitude` and `longitude`. You can use the POSTLocation iOS app to post your location. |
| 11 | 11 |
|
| 12 |
- Your POST path will be `https://#{DOMAIN}/users/#{user.id}/update_location/:secret` where `:secret` is specified in your options.
|
|
| 12 |
+ Your POST path will be `https://#{ENV['DOMAIN']}/users/#{user.id}/update_location/:secret` where `:secret` is specified in your options.
|
|
| 13 | 13 |
MD |
| 14 | 14 |
end |
| 15 | 15 |
|