Skip to content
Snippets Groups Projects
costants.ts 157 B
Newer Older
  • Learn to ignore specific revisions
  • 
    export const OAUTH_STATE_STORAGE_KEY = "oauth-state-key";
    export const OAUTH_RESPONSE_MESSAGE_TYPE = "oauth2-response"
    export const API_ENDPOINT = "/api/v1"