Skip to content

Commit c7ebbb6

Browse files
committed
test
1 parent 37fff9f commit c7ebbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Route } from './type';
22

33
export function generateRoutesConfig(routes: Route[]): string {
44
return routes.map(route => `
5-
location = ${route.path} {
5+
location ${route.path} {
66
if ($request_method = ${route.method}) {
77
proxy_pass http://${route.target};
88
}

0 commit comments

Comments
 (0)