Skip to content

Commit 70fb6ce

Browse files
committed
Fix wrong module call
1 parent 75bbe17 commit 70fb6ce

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

create-a-container/routers/containers.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ const { Container, Service, HTTPService, TransportService, DnsService, Node, Sit
66
const { requireAuth } = require('../middlewares');
77
const ProxmoxApi = require('../utils/proxmox-api');
88
const serviceMap = require('../data/services.json');
9-
// Imported from utils as requested
10-
const { isApiRequest } = require('../utils/http-utils');
9+
const { isApiRequest } = require('../utils/http');
1110

1211
/**
1312
* Normalize a Docker image reference to full format: host/org/image:tag

0 commit comments

Comments
 (0)