mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-22 18:29:19 +02:00
modified: package-lock.json
modified: package.json modified: server/nextServer.ts
This commit is contained in:
parent
fd605d9c81
commit
a829eb949b
3 changed files with 229 additions and 906 deletions
|
@ -15,7 +15,7 @@ export async function createNextServer() {
|
|||
|
||||
const nextServer = express();
|
||||
|
||||
nextServer.all("*", (req, res) => {
|
||||
nextServer.all("/{*splat}", (req, res) => {
|
||||
const parsedUrl = parse(req.url!, true);
|
||||
return handle(req, res, parsedUrl);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue