This commit is contained in:
Tom Moor
2017-11-12 21:39:24 -08:00
parent 00a7985383
commit 43a962496b
7 changed files with 177 additions and 6 deletions

View File

@ -0,0 +1,9 @@
// @flow
export function githubOrganization(): string {
return 'https://www.github.com/outline';
}
export function signin(): string {
return '/auth/slack';
}