Ignore:
Timestamp:
05/31/12 16:52:19 (12 years ago)
Author:
cristiano
Message:

Ticket #2768 - Criação do modulo REST API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.1-3/prototype/rest/dispatch.php

    r6361 r6367  
    3737 
    3838// handle request, passing the current env baseUri and autoload mapping; 
     39 
     40$restConf = parse_ini_file( __DIR__ . '/../config/REST.ini', true ); 
    3941$request = new Request(array( 
    40         'baseUri'=> '/gustavo/expressoDFD/rest', 
     42        'baseUri'=> $restConf['baseUri'], 
    4143        'autoload' => $autoload, 
    4244)); 
Note: See TracChangeset for help on using the changeset viewer.