mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fixup projects import after file move
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
**/
|
||||
|
||||
var express = require("express");
|
||||
var apiUtils = require("../../util");
|
||||
var apiUtils = require("../util");
|
||||
|
||||
var runtimeAPI;
|
||||
var needsPermission = require("../../auth").needsPermission;
|
||||
var needsPermission = require("../auth").needsPermission;
|
||||
|
||||
module.exports = {
|
||||
init: function(_runtimeAPI) {
|
||||
|
Reference in New Issue
Block a user