mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-13 11:34:33 +01:00
mongodb default is now 127.0.0.1
This commit is contained in:
@@ -83,7 +83,7 @@ namespace HttpServer.Controllers
|
||||
return ctx.Response.WriteAsync(JsonConvert.SerializeObject(weatherData));
|
||||
});
|
||||
|
||||
app.Map("/bh3_os/mdk/shield/api/loadConfig", (HttpContext ctx) =>
|
||||
app.Map("/{game_biz}/mdk/shield/api/loadConfig", (HttpContext ctx) =>
|
||||
{
|
||||
return ctx.Response.WriteAsJsonAsync(new
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user