gopher-tunnels / gt-back-end

The back end of Gopher Tunnels, written in TypeScript Express
1 stars 0 forks source link

Created routes endpoint #30

Closed carlgombert closed 5 months ago

carlgombert commented 5 months ago

I added a routing method that takes in the current location and target entrance as json objects. it does a test query of the database with the latitude and longitude from the input target. right now returns placeholder json object with path length and time. this can be changed, I'm not 100% sure how the output data should be formatted.