Commit 4875346d authored by didam's avatar didam

DIDAM

parent 43abb0b1
...@@ -12,7 +12,8 @@ ...@@ -12,7 +12,8 @@
android:icon="@mipmap/ic_ad1app" android:icon="@mipmap/ic_ad1app"
android:roundIcon="@mipmap/ic_ad1app_round" android:roundIcon="@mipmap/ic_ad1app_round"
android:allowBackup="false" android:allowBackup="false"
android:theme="@style/AppTheme"> android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:label="@string/app_name" android:label="@string/app_name"
......
const Constant = { const Constant = {
BASE_URL : 'http:/103.44.149.215:8080/projectmanagement_dev/public/mobile/', BASE_URL : 'https://project-demo.eksad.com/projectmanagement_dev/public/mobile/',
//USER //USER
TOKEN: 'TOKEN', TOKEN: 'TOKEN',
...@@ -10,7 +10,7 @@ const Constant = { ...@@ -10,7 +10,7 @@ const Constant = {
EMAIL: 'EMAIL', EMAIL: 'EMAIL',
ROLE: 'ROLE', ROLE: 'ROLE',
TOKEN_EXPR: 'TOKEN_EXPR', TOKEN_EXPR: 'TOKEN_EXPR',
AVATAR: 'AVATAR' AVATAR: 'AVATAR',
} }
export default Constant; export default Constant;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment