Skip to content

Commit

Permalink
fixed mvc template path bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyofx committed Nov 26, 2020
1 parent adf5d91 commit e9153c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/SimpleWeb/config_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ yoyogo:
server:
type: "fasthttp"
address: ":8080"
path: "/"
path: "app"
max_request_size: 2096157
mvc:
template: "/v1/{controller}/{action}"
Expand Down

0 comments on commit e9153c7

Please sign in to comment.