Something
public text v1 · immutable<?xml version="1.0" encoding="UTF-8"?>
<chfm-runtime>
<routes>
<route url="auth/login" action="auth/login">
</route>
<route url="user/*" action="user/view">
<arg name="user" type="User" column="username" />
</route>
<route url="user/*/edit" action="user/edit">
<arg name="user" type="User" column="username" />
</route>
<route url="session" action="session/list">
</route>
</routes>
</chfm-runtime>