Commit 51ebecf5 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

update code

parent a7a46d8c
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction // Next.js API route support: https://nextjs.org/docs/api-routes/introduction
import express from "express"; import express from "express";
import route from "../../../backend/routes/web"; import route from "../../../app/routes/web";
const app = express(); const app = express();
app.use("/api/", route); app.use("/api/", route);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment