mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
paynym api rename
This commit is contained in:
parent
1ae4f40d63
commit
7d8c2d1fda
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import 'dart:convert';
|
|||
|
||||
import 'package:http/http.dart' as http;
|
||||
|
||||
class Paynym {
|
||||
class PaynymAPI {
|
||||
static const String baseURL = "https://paynym.is/api";
|
||||
static const String version = "/v1";
|
||||
|
||||
|
|
Loading…
Reference in a new issue