Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsprint09 committed Aug 1, 2017
1 parent 693afb4 commit 80977b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TravelCenter/TravelCenterLoader.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const BaseLoader = require('./../Core/BaseLoader');

const serviceUrl = '/reisezentren/v1'
const serviceURL = '/reisezentren/v1'

class TravelCenterLoader extends BaseLoader {

Expand Down

0 comments on commit 80977b2

Please sign in to comment.