use api prefix

This commit is contained in:
Evan
2025-03-05 18:04:22 -08:00
parent d2dd262220
commit 3a0bc594ae
7 changed files with 24 additions and 25 deletions
+7 -8
View File
@@ -187,14 +187,13 @@ export default (env, argv) => {
{
context: [
"/api/env",
"/public_lobbies",
"/join_game",
"/start_game",
"/create_game",
"/archive_singleplayer_game",
"/debug-ip",
"/auth/callback",
"/auth/discord",
"/api/public_lobbies",
"/api/join_game",
"/api/start_game",
"/api/create_game",
"/api/archive_singleplayer_game",
"/api/auth/callback",
"/api/auth/discord",
],
target: "http://localhost:3000",
secure: false,