made changes for blog api data

This commit was merged in pull request #20.
This commit is contained in:
DESKTOP-QHP1O2H\MIKE
2023-01-16 02:54:34 -08:00
parent 5c960ac93d
commit ec2eb6df31
4 changed files with 165 additions and 151 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class SiteService {
}
// Blog Data {Get}
blogData() {
return this.getAuxEnd("blogdata", null);
return this.getAuxEnd("/blogdata", null);
}
// Country Data {GET}