Skip to content

Commit

Permalink
Update ControllerDash.php
Browse files Browse the repository at this point in the history
  • Loading branch information
c0repwn3r committed Nov 16, 2024
1 parent ee41374 commit a3431d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ControllerDash.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function showProfile($year = null, $month = null) {
try {
//.$user_id
$res = $client->get(
Config::get('scheddy.base').'/api/userSessions/1710004',
Config::get('scheddy.base').'/api/userSessions/'.$user_id,
['headers' => [
'Authorization' => 'Bearer '.Config::get('scheddy.api_key')
]]
Expand Down

0 comments on commit a3431d0

Please sign in to comment.