Homepage
This commit is contained in:
9
server/utils/routeHelpers.js
Normal file
9
server/utils/routeHelpers.js
Normal file
@ -0,0 +1,9 @@
|
||||
// @flow
|
||||
|
||||
export function githubOrganization(): string {
|
||||
return 'https://www.github.com/outline';
|
||||
}
|
||||
|
||||
export function signin(): string {
|
||||
return '/auth/slack';
|
||||
}
|
Reference in New Issue
Block a user