Skip to content

Commit

Permalink
Merge pull request #7 from RECYTHNG/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sawalreverr authored Jun 13, 2024
2 parents 4bf3312 + e54e86f commit 6a2dc4b
Show file tree
Hide file tree
Showing 76 changed files with 4,626 additions and 894 deletions.
12 changes: 9 additions & 3 deletions cmd/api/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,18 @@ func main() {
// Init Achievements
db.InitAchievements()

// Init Video Categories
db.InitVideoCategories()

// Init About us
db.InitAboutUs()

// Init Waste Categories
db.InitWasteCategories()

// Init Content Categories
db.InitContentCategories()

// Init Article
db.InitArticle()

// Init Videos
db.InitDataVideos()

Expand Down
Loading

0 comments on commit 6a2dc4b

Please sign in to comment.