LegendarySpork9 / Hunter-Industries-API

File Store for the Assistant API
Other
0 stars 0 forks source link

User Logs Controller #42

Open LegendarySpork9 opened 1 week ago

LegendarySpork9 commented 1 week ago

Create an endpoint to view what calls a user has made.

This will be difficult to do as audit history doesn't join to user table. Use the id of the user to get the credentials, then check audit history to get the IP address, then return rows with that IP address.