inital commit
[pharext/pharext.org] / app / routes.ini
1 [Homepage]
2 GET[] = /
3
4 [Wikipage]
5 GET[] = /pages/{page}
6
7 [Github\Callback]
8 GET[] = /github/callback
9
10 [Github\Index]
11 GET[] = /github
12
13 [Github\Repo]
14 GET[] = /github/repo/{owner}/{name}
15 GET[] = /github/repo/{owner}/{name}/{page}
16
17 [Github\Signin]
18 GET[] = /github/signin
19