<?xml version="1.0" encoding="UTF-8" ?>

<routes xmlns="http://symfony.com/schema/routing"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">

    <route id="genemu_captcha_refresh" pattern="/genemu-captcha-refresh">
        <default key="_controller">GenemuFormBundle:Base64:refreshCaptcha</default>
    </route>

    <route id="genemu_base64" pattern="/genemu_base64">
        <default key="_controller">GenemuFormBundle:Base64:base64</default>
    </route>

</routes>