const routes = {
    routes: [
      {
        method: "POST",
        path: "/games/import-seed-data",
        handler: "api::game.game.importSeedData",
        config: {
          // some configuration...
        }
      },
      
    ]
  };
  
  module.exports = routes;