Skip to content

Commit

Permalink
Merge branch 'LagrangeDev:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
sisi0318 authored Jan 27, 2025
2 parents 587ea99 + 36735bb commit 68f1406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lagrange.OneBot/Utility/OneBotSigner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class OneBotSigner : SignProvider

private readonly ILogger<OneBotSigner> _logger;

private const string Url = "https://sign.lagrangecore.org/api/sign/25765";
private const string Url = "https://sign.lagrangecore.org/api/sign/30366";

private readonly string? _signServer;

Expand Down Expand Up @@ -145,4 +145,4 @@ public BotAppInfo GetAppInfo()
))
.Result;
}
}
}

0 comments on commit 68f1406

Please sign in to comment.