We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359285f commit 9c46384Copy full SHA for 9c46384
src/middleware.ts
@@ -7,6 +7,7 @@ export function middleware(request: NextRequest) {
7
"swapi.mimo.dev": "/swapi",
8
"pokedex.mimo.dev": "/pokedex",
9
"rickandmorty.mimo.dev": "/rickandmorty",
10
+ "things.mimo.dev": "/things",
11
};
12
13
const apiPrefix = "/api";
0 commit comments