Skip to content

Commit

Permalink
[OPG] replace API key(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
amenk committed Sep 29, 2024
1 parent d46e8f7 commit e256988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Directions/routing/getGraphhopperResults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { fetchJson } from '../../../services/fetch';
import { getBbox } from '../../../services/getCenter';
import { FetchError } from '../../../services/helpers';

const API_KEY = `f189b841-6529-46c6-8a91-51f17477dcda`;
const API_KEY = `d45c047b-c49e-447e-b99e-53481fbc4eee`;

export const profiles: Record<Profile, string> = {
car: 'car',
Expand Down

0 comments on commit e256988

Please sign in to comment.