Fix a bit bots
This commit is contained in:
@@ -92,7 +92,7 @@ namespace Managing.Infrastructure.Evm.Services
|
||||
endpoint = $"/{endpoint}";
|
||||
}
|
||||
|
||||
var url = $"{_settings.BaseUrl}gmx{endpoint}";
|
||||
var url = $"{_settings.BaseUrl}/api/gmx{endpoint}";
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user