mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-30 02:49:41 -04:00
Using a URL parameter means that sending a notification can be done in one route, rather than two separate routes and an extra method. This commit also refactors that one remaining method to be shorter/cleaner/more readable (or I think so anyway). No functional changes in this commit.