export const httpRoutes = { gate: { client: { auth: '/gate/client/auth' } },
  rank:
   { player:
      { beginGame: '/rank/playerHandler/beginGame',
        onlyNotify: '/rank/playerHandler/onlyNotify' } } }