From 248b5610933d5ef8586c6e6d2e0cc6fc35b83493 Mon Sep 17 00:00:00 2001 From: anonymouzz Date: Fri, 4 Aug 2017 16:08:48 +0700 Subject: [PATCH] switch api_url, app_token to autoclub box, refs #9991 --- lib/consts.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/consts.dart b/lib/consts.dart index dd3466e..1ac4a54 100644 --- a/lib/consts.dart +++ b/lib/consts.dart @@ -3,8 +3,8 @@ import 'package:flutter/material.dart'; // Serious constants const String appName = "Dinect"; -const String url = 'https://pos-api-ote.dinect.com/20130701/'; -const String appToken = '9fec83cdca38c357e6b65dbb17514cdd36bf2a08'; +const String url = 'https://pos-api-autoclub.dinect.com/20130701/'; +const String appToken = 'bdea0f3ba9034b688019a7cac753d1209e2b227f'; // Texts const String merchantIDHint = 'ID магазина';