mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:43:27 +00:00
use api prefix
This commit is contained in:
+7
-8
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user