mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-23 13:26:41 +00:00
add login portal and traefik middleware auth for testing redirect login
This commit is contained in:
@@ -76,6 +76,9 @@ app.prepare().then(() => {
|
||||
`Internal server is running on http://localhost:${internalPort}`,
|
||||
);
|
||||
});
|
||||
|
||||
internalServer.use(notFoundMiddleware)
|
||||
internalServer.use(errorHandlerMiddleware);
|
||||
});
|
||||
|
||||
declare global {
|
||||
|
||||
Reference in New Issue
Block a user