<?xml version='1.0' encoding='utf-8'?>
<vax>
    <table>
        <name>NOTICE</name>
        <hook>./usertroller</hook>
        <axios>
            <method>POST</method>
            <baseURL>http://api.server.ws/</baseURL>
            <url>/api/GetPageContent?contentId=WEB.HOME.NOTICE</url>
        </axios>
        <!-- <cache>
            <time>5</time>
        </cache> -->
        <vuex>    
        </vuex>     
    </table>
    <table>
        <name>WINNING</name>
        <hook>./usertroller</hook>
        <axios>
            <method>POST</method>
            <baseURL>http://api.server.ws/</baseURL>
            <url>/api/GetPageContent?contentId=WEB.HOME.Winning</url>
        </axios>
        <cache>
            <time>5</time>
        </cache>
        <vuex>    
        </vuex>     
    </table>
    <table>
        <name>Promos</name>
        <hook>./usertroller</hook>
        <axios>
            <method>POST</method>
            <baseURL>http://api.server.ws/</baseURL>
            <url>/api/GetPromoContent?contentId=Web.Promos</url>
        </axios>
        <!-- <cache>
            <time>5</time>
        </cache> -->
        <vuex>    
        </vuex>     
    </table>
</vax>
