Skip to content

Commit 49df540

Browse files
committed
chore(playground): add whitelist route
1 parent 311d5ed commit 49df540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playground/nuxt.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default defineNuxtConfig({
1313
// },
1414
basicAuth: {
1515
enabled: process.env.NODE_ENV === 'production',
16+
allowedRoutes: ['/api/_hub/'],
1617
users: [
1718
{
1819
username: 'admin',

0 commit comments

Comments
 (0)