<?xml version='1.0' encoding='utf-8'?>
<vax>
    <table>
        <name>NOTICE</name>
        <hook>./getcontent</hook>
        <axios>
            <method>POST</method>
            <baseURL>http://api.server.ws/</baseURL>
            <url>/api/GetPageContent</url>
            <withCredentials>true</withCredentials>
            <headers>
                <Content-Type>application/x-www-form-urlencoded</Content-Type>
            </headers>
        </axios>
        <cache>
            <time>3</time>
        </cache>
        <vuex>    
        </vuex>     
    </table>    
    <table>
        <name>MEMBERINFO</name>
        <hook>./membertroller</hook>
        <axios>
            <method>POST</method>
            <baseURL>http://www.server.com</baseURL>
            <url>/api/member</url>
            <withCredentials>true</withCredentials>
            <headers>
                <Content-Type>application/x-www-form-urlencoded</Content-Type>
            </headers>
        </axios>
        <vuex>    
        </vuex>     
    </table>
    <table>
        <name>WINNING</name>
        <hook>./hooks/getcontent</hook>
        <axios>
            <method>POST</method>
            <baseURL>http://api.server.ws/</baseURL>
            <url>/api/GetPageContent?contentId=WEB.HOME.WINNING</url>
            <withCredentials>true</withCredentials>
            <headers>
                <Content-Type>application/x-www-form-urlencoded</Content-Type>
            </headers>
        </axios>
        <!-- <cache>
            <time>5</time>
        </cache> -->
        <vuex>    
        </vuex>     
    </table>
</vax>
