gordon-cs / gordon-360-ui

Gordon 360 User Interface
https://360.gordon.edu
15 stars 10 forks source link

S24 mailbox information #2334

Open jsenning opened 5 days ago

jsenning commented 5 days ago

Adjusted API route name from /api/profiles/mailbox-combination to /api/profiles/mailbox-information since other information than just the combination may be present in the JSON received. This change is probably not important enough to warrant a change on its own, but matches changes in the API that were made to clean things up while removing an unnecessary thrown exception.

See PR 1056 in gordon-360-api