All pastes #2088299 Raw Edit

Something

public text v1 · immutable
#2088299 ·published 2011-10-09 10:30 UTC
rendered paste body
<?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>