mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
fix imports
This commit is contained in:
parent
8aec6d7406
commit
f327b5c0f7
31 changed files with 100 additions and 356 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { parseSecureToken, parseToken } from './crypto';
|
||||
import { SHARE_TOKEN_HEADER } from './constants';
|
||||
import { getWebsiteById } from './queries';
|
||||
import { getWebsiteById } from 'queries';
|
||||
|
||||
export async function getAuthToken(req) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue