added blogitem component and rendered

This commit was merged in pull request #30.
This commit is contained in:
victorAnumudu
2023-04-10 15:53:09 +01:00
parent 1428ddd925
commit bc2e6f36b4
8 changed files with 148 additions and 454 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class SiteService {
}
// Blog Data {Get}
blogData() {
return this.getAuxEnd("/blogdata", null);
return this.getAuxEnd("/blogdata/10", null);
}
// Country Data {GET}