Skip to content

Commit

Permalink
Updated svelte.config.js based on sveltejs/kit#6469
Browse files Browse the repository at this point in the history
  • Loading branch information
ProLord007 committed Sep 25, 2022
1 parent e436303 commit 0f88986
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions apps/example-username-password/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ const config = {
}),

kit: {
adapter: adapter(),

// Override http methods in the Todo forms
methodOverride: {
allowed: ['PATCH', 'DELETE']
}
adapter: adapter()
}
};

Expand Down

0 comments on commit 0f88986

Please sign in to comment.