Skip to content

Commit

Permalink
feat: personal dashboard api
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Sep 23, 2024
1 parent 8ecc879 commit 7f04c65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type { Response } from 'express';
import type { IAuthRequest } from '../../routes/unleash-types';
import type { PersonalDashboardService } from './personal-dashboard-service';

const PATH = '/';
const PATH = '';

export default class PersonalDashboardController extends Controller {
private openApiService: OpenApiService;
Expand Down

0 comments on commit 7f04c65

Please sign in to comment.