Add changelog

This commit is contained in:
Tom Moor
2017-11-28 22:46:26 -08:00
parent 9f3e739952
commit 21c1c1797e
9 changed files with 296 additions and 12 deletions

View File

@ -45,6 +45,10 @@ export function developers(): string {
return '/developers';
}
export function changelog(): string {
return '/changelog';
}
export function signin(): string {
return '/auth/slack';
}