Skip to content

Commit

Permalink
feat: update cookie settings of doc server
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdingding committed Aug 25, 2022
1 parent bfe964f commit af6da61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ function initServer() {
routes: {
cors: true,
},
state: {
strictHeader: false,
},
});
return server;
}
Expand Down

0 comments on commit af6da61

Please sign in to comment.