We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29eb012 commit ac70bd3Copy full SHA for ac70bd3
api/index.js
@@ -1,5 +1,5 @@
1
import express from 'express';
2
-import { post, get } from './src/server.js';
+import { post, get } from '../src/server.js';
3
4
const app = express();
5
0 commit comments