cc998e7c61
- Add a default App and ApiToken for each user, that is used by the front-end - Add an API route to update an article (CSRF had to be disabled because of a bug in rocket_csrf) - Use AJAX to publish and edit articles in the new editor, instead of weird hacks with HTML forms
3 lines
99 B
SQL
3 lines
99 B
SQL
-- This file should undo anything in `up.sql`
|
|
DELETE FROM apps WHERE name = 'Plume web interface';
|