- Add versioning to API endpoints. - Refactored $db and $repos as global variables. - Extracted routes into separate components with deferred registration. - Support for a different db URL for location data than the one used by the application. - Added sqlite and passport dependencies (passport will soon be used to handle authentication).
5 lines
80 B
TypeScript
5 lines
80 B
TypeScript
import LocationRequest from "./LocationRequest";
|
|
|
|
export {
|
|
LocationRequest,
|
|
}
|