Changeset 1342947
- Timestamp:
- 02/04/2016 08:02:47 AM (10 years ago)
- File:
-
- 1 edited
-
genoo/trunk/libs/Genoo/Api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
genoo/trunk/libs/Genoo/Api.php
r1342945 r1342947 27 27 const DEV = false; 28 28 const URL = 'https://api.genoo.com/api/rest'; 29 const URL_DEV = 'https://api .genoo.com/api/rest';29 const URL_DEV = 'https://api-test.genoo.com/api/rest'; 30 30 const TIMEZONE = 'America/Chicago'; 31 31
Note: See TracChangeset
for help on using the changeset viewer.