Updated smoke-test.mjs with 1 addition and 1 removal
--- a/smoke-test.mjs
+++ b/smoke-test.mjs
@@ -1,7 +1,7 @@
 import assert from 'assert';
 import { spawn } from 'child_process';
 import http from 'http';
-const port = 3000;
+const port = 3001;
 const baseUrl = `http://localhost:${port}/api/notes`;
 
 let serverProcess;