<?xml version="1.0" encoding="UTF-8" ?>
<routes xmlns="http://friendsofsymfony.github.com/schema/rest"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://friendsofsymfony.github.com/schema/rest
        http://friendsofsymfony.github.com/schema/rest/routing-1.0.xsd"
>
    <route id="get_users" path="/users" host="rest.local">
        <default key="_controller">FOSRestBundle:UsersController:getUsers</default>
    </route>
</routes>
