zhishi-engine/zhishi-backend

View on GitHub
lib/zi_notification/endpoints.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ZiNotification
  # NOTE this should encapsulate all Endpoints provided by notifications system
  Endpoints = {
      new_resource: 'notifications/receive'
    }.freeze
end