Added notificaiton model
This commit is contained in:
@@ -37,4 +37,8 @@ func RegisterPublicRoutes(r *gin.Engine) {
|
||||
|
||||
// Locations
|
||||
r.GET("/locations", controllers.SearchPlace)
|
||||
|
||||
|
||||
// Notifications
|
||||
r.GET("/notifications", controllers.GetNotifications)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user