diff --git a/index.js b/index.js index 63ff571..8e36867 100644 --- a/index.js +++ b/index.js @@ -14,6 +14,8 @@ const PORT = process.env.AUTH_PORT || 3004; app.use(cors()); app.use(express.json()); +app.use(express.static(path.join(__dirname, 'public'))); + app.use('/auth', discordRoutes); app.get('/health', (req, res) => { diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..b7b5979 --- /dev/null +++ b/public/index.html @@ -0,0 +1,212 @@ + + +
+ + +