Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
api.wsgi 80 B
# vim: filetype=python
from api import start

application = start.app_factory()