Commit 4875346d authored by didam's avatar didam

DIDAM

parent 43abb0b1
......@@ -12,7 +12,8 @@
android:icon="@mipmap/ic_ad1app"
android:roundIcon="@mipmap/ic_ad1app_round"
android:allowBackup="false"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<activity
android:name=".MainActivity"
android:label="@string/app_name"
......
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
TOKEN: 'TOKEN',
......@@ -10,7 +10,7 @@ const Constant = {
EMAIL: 'EMAIL',
ROLE: 'ROLE',
TOKEN_EXPR: 'TOKEN_EXPR',
AVATAR: 'AVATAR'
AVATAR: 'AVATAR',
}
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