Add link redirect

This commit is contained in:
Sashko Stubailo
2014-08-29 12:33:23 -07:00
parent 6cb69946ee
commit 4328f9fb23

View File

@@ -6,6 +6,10 @@ Meteor.startup(function () {
return hash.replace("deps", "tracker");
}
if (hash === "meteor_collection") {
return "mongo_collection";
}
if (hash === "collection_object_id") {
return "mongo_object_id";
}