Skip to content

Commit ac70bd3

Browse files
committed
chore: 修复部署访问404错误 +1
1 parent 29eb012 commit ac70bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import express from 'express';
2-
import { post, get } from './src/server.js';
2+
import { post, get } from '../src/server.js';
33

44
const app = express();
55

0 commit comments

Comments
 (0)