fix OAuth2 issue

This commit is contained in:
h z
2024-12-04 08:03:14 +00:00
parent 18a84123d3
commit 321dea202d
7 changed files with 23 additions and 12 deletions

View File

@@ -34,5 +34,6 @@ module.exports = {
port: 3000,
open: true,
hot: true,
historyApiFallback: true,
}
};