mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-08-22 15:36:38 +00:00
Refactor database schema and storage to support customer management and improved security.
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/71d83b03-af3d-433a-a517-e76255668e93.jpg
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
import express, { type Request, Response, NextFunction } from "express";
|
||||
import { registerRoutes } from "./routes";
|
||||
import { registerRoutes } from "./routes.simplified";
|
||||
import { setupVite, serveStatic, log } from "./vite";
|
||||
|
||||
const app = express();
|
||||
|
||||
Reference in New Issue
Block a user