basic router

This commit is contained in:
Fedor Katurov 2018-08-16 12:29:58 +07:00
parent 0d8a507620
commit e477f50283
12 changed files with 215 additions and 15 deletions

3
src/config.js Normal file
View file

@ -0,0 +1,3 @@
export const CONFIG = {
OSRM_URL: 'http://vault48.org:5000/route/v1',
};