Fixed bundling into an exe not working as intended.
This commit is contained in:
7
electron/api/proxy/proxy.routes.js
Normal file
7
electron/api/proxy/proxy.routes.js
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const proxy_controller_1 = require("./proxy.controller");
|
||||
async function proxyRoutes(fastify) {
|
||||
fastify.get('/proxy', proxy_controller_1.handleProxy);
|
||||
}
|
||||
exports.default = proxyRoutes;
|
||||
Reference in New Issue
Block a user