mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
added some style
This commit is contained in:
@@ -10,6 +10,13 @@ class PingService extends BaseService {
|
||||
register = (data?: Object, headers?: HeadersInit) => {
|
||||
return this.appService.post(this.endpoint + "/register", data, headers);
|
||||
};
|
||||
checkToken = (params?: Object, headers?: HeadersInit) => {
|
||||
return this.appService.get(
|
||||
this.endpoint + "/check-token",
|
||||
params,
|
||||
headers
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
export default PingService;
|
||||
|
||||
Reference in New Issue
Block a user