Skip to content

Commit

Permalink
Change /record to /location to be consistant with other routes
Browse files Browse the repository at this point in the history
relates #18
  • Loading branch information
amusameh committed Oct 24, 2019
1 parent 4800842 commit 3208a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const router = express.Router();
router.get("/locations", getLocations);
router.post("/locations", addLocation);

router.get("/reps/records", getSuperUserRecords);
router.get("/reps/locations", getSuperUserRecords);
router.get("/reps", getReps);
router.post("/reps", handleStreetRepRequest);

Expand Down

0 comments on commit 3208a37

Please sign in to comment.