Skip to content
Snippets Groups Projects
Commit f4d9b193 authored by James Calfee's avatar James Calfee
Browse files

Work-around babel issue trying to load ../utils

parent 639e88b0
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import findUser from 'db/utils/find_user';
import config from 'config';
import recordWebEvent from 'server/record_web_event';
import {esc, escAttrs} from 'db/models';
import {emailRegex, getRemoteIp, rateLimitReq, checkCSRF} from '../utils';
import {emailRegex, getRemoteIp, rateLimitReq, checkCSRF} from 'server/utils';
import coBody from 'co-body';
export default function useGeneralApi(app) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment