notherbase-fs 1.1.30 → 1.1.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,7 +53,7 @@ let complete = function complete(explorerBuild) {
53
53
  if (detail.name !== "") detail.options.main = detail.name;
54
54
  detail.options.main = `${currentDir}/views/${detail.options.main}`;
55
55
 
56
- router.get(`${currentDir}/${detail.name}`, async function(req, res) {
56
+ router.get(`/${currentRegion}/${currentArea}/${currentPoi}/${detail.name}`, async function(req, res) {
57
57
  try {
58
58
  const foundInventory = await inventory.findOne({ user: req.session.currentUser }).populate("items.item");
59
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notherbase-fs",
3
- "version": "1.1.30",
3
+ "version": "1.1.31",
4
4
  "description": "Functions to help make developing for NotherBase easier.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -0,0 +1 @@
1
+ void
File without changes