Skip to content

Commit

Permalink
key
Browse files Browse the repository at this point in the history
  • Loading branch information
itanka9 committed Sep 17, 2024
1 parent bb0eb03 commit c771527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ShareControl } from '.';
import './style.css';
import { load } from '@2gis/mapgl';

const MAPGL_JS_API_KEY = 'test';
const MAPGL_JS_API_KEY = 'a1893935-6834-4445-b97a-3405fb426c5b';

load().then(mapgl => {
const url = new URL(location.href);
Expand Down

0 comments on commit c771527

Please sign in to comment.