fix(api): Use /internal for API entry

This commit is contained in:
Bouncey
2018-08-29 20:52:41 +01:00
committed by mrugesh mohapatra
parent 2be227e873
commit ef18f5a931
17 changed files with 133 additions and 142 deletions

View File

@@ -3,6 +3,8 @@ import { Observable } from 'rx';
import debugFactory from 'debug';
import dedent from 'dedent';
import { homeLocation } from '../../config/env';
import nonprofits from '../utils/commit.json';
import {
commitGoals,
@@ -23,7 +25,7 @@ import {
} from '../utils/middleware';
const sendNonUserToSignIn = ifNoUserRedirectTo(
'/signin',
`${homeLocation}/signin`,
'You must be signed in to commit to a nonprofit.',
'info'
);