diff options
| author | Zakaria BOUZIANE | 2015-04-10 15:15:46 +0200 | 
|---|---|---|
| committer | Zakaria BOUZIANE | 2015-04-10 15:15:46 +0200 | 
| commit | 2ea2c399688d1c2d9d5b246c49fb5a205676e920 (patch) | |
| tree | 7ea5d9bc60ca7e0cff2d6a644bb92e253c269d7c /lib/ievkit | |
| parent | 0dbb0f6737ba2d98ed2a771d14c3a5bc4efd31d5 (diff) | |
| download | chouette-core-2ea2c399688d1c2d9d5b246c49fb5a205676e920.tar.bz2 | |
URLs are by now given in IEV Server JSON reports
Diffstat (limited to 'lib/ievkit')
| -rw-r--r-- | lib/ievkit/default.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/ievkit/default.rb b/lib/ievkit/default.rb index af0df422f..9c62b89b7 100644 --- a/lib/ievkit/default.rb +++ b/lib/ievkit/default.rb @@ -7,7 +7,7 @@ module Ievkit    module Default      # Default API endpoint -    API_ENDPOINT = "http://localhost:8080/chouette_iev/".freeze +    API_ENDPOINT = "http://localhost:8080/".freeze      # Default User Agent header string      USER_AGENT   = "Ievkit Ruby Gem #{Ievkit::VERSION}".freeze | 
