Skip to content

Commit

Permalink
Update H3Adapter's basePath
Browse files Browse the repository at this point in the history
  • Loading branch information
genu committed Jan 5, 2024
1 parent daaaa2d commit 98426c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/h3/src/H3Adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { getContentType } from './utils/getContentType';

export class H3Adapter implements IServerAdapter {
private uiHandler = createRouter();
private basePath = '/ui';
private basePath = '';
private entryRoute: AppViewRoute | undefined;
private apiRoutes: AppControllerRoute[] | undefined;
private statics: { path: string; route: string } | undefined;
Expand Down

0 comments on commit 98426c9

Please sign in to comment.