splash functions
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package ch.pizzalink.android.api;
|
||||
|
||||
public class ApiEndPoints {
|
||||
private static final String PREFIX = "services/admin/index.php?route=services/news/";
|
||||
public static final String API_GET_ALL_CATEGORIES = PREFIX + "getAllCategories";
|
||||
|
||||
private static final String PREFIX = "pizza2/index.php?route=mobile/service/";
|
||||
|
||||
public static final String API_GET_ALL_CATEGORIES = PREFIX + "getAllCategories&is_mobile=1";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user