Skip to content

Commit ed7b1be

Browse files
committed
update domain name
1 parent 3e01b96 commit ed7b1be

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/shalzz/attendance/data/remote

1 file changed

+1
-1
lines changed

app/src/main/java/com/shalzz/attendance/data/remote/DataAPI.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
public interface DataAPI {
3535

36-
String ENDPOINT = "https://academics.8bitlabs.in/api/v1/";
36+
String ENDPOINT = "https://academics.8bitlabs.tech/api/v1/";
3737
// String ENDPOINT = "http://192.168.1.160:8080/api/v1/";
3838

3939
@GET("me")

0 commit comments

Comments
 (0)