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
captaindirgo committed Sep 25, 2022
1 parent 2f579fd commit adabd8e
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 adabd8e

Please sign in to comment.