mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
server: move auth utilities to authUtil
This commit is contained in:
@@ -2,7 +2,7 @@ import fs from 'fs';
|
||||
import supertest from 'supertest';
|
||||
|
||||
import app from '../../app';
|
||||
import {getAuthToken} from './auth';
|
||||
import {getAuthToken} from '../../util/authUtil';
|
||||
import {getTempPath} from '../../models/TemporaryStorage';
|
||||
|
||||
import type {AddFeedOptions, AddRuleOptions, ModifyFeedOptions} from '../../../shared/types/api/feed-monitor';
|
||||
|
||||
Reference in New Issue
Block a user