Update server.ts

This commit is contained in:
Baobhan Sith
2025-04-29 13:59:53 +08:00
parent 09aaa19a62
commit 8afdf8d488
+1
View File
@@ -1,3 +1,4 @@
// @ts-ignore - Still need this for the import as no types exist
import GuacamoleLite from 'guacamole-lite'; import GuacamoleLite from 'guacamole-lite';
import express, { Request, Response } from 'express'; import express, { Request, Response } from 'express';
import http from 'http'; import http from 'http';