[FIX] website_mail_group: restore missing snippet icon
[odoo/odoo.git] / openerpcommand / templates / controllers.jinja2
1 # -*- coding: utf-8 -*-
2
3 from openerp import http
4 from openerp.addons.web.controllers import main
5
6 class {{ config.controller }}(main.Home):
7     @http.route('/', auth='none')
8     def index(self):
9         return "Hello, world!"