mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2025-01-08 07:38:06 +00:00
5 lines
142 B
TypeScript
5 lines
142 B
TypeScript
|
export const DEFAULT_GQL_PATH = '/graphql';
|
||
|
|
||
|
// Note: temporary hardcoded user, later to be derived from auth token
|
||
|
export const USER_ID = 1;
|