Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.

Commit ec4a5a5

Browse files
authored
Changed aom subdomain to 'depo'
1 parent 1feb8e2 commit ec4a5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/back/api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'dart:convert';
33
import 'package:http/http.dart' as http;
44
import 'package:coderatorfoss/back/template.dart';
55

6-
String apiURL = "https://aom.coderator.net";
6+
String apiURL = "https://depo.coderator.net";
77

88
class ApiRequest {
99
String path;

0 commit comments

Comments
 (0)