Add Favorite GET, and POST endpoints
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP TABLE favorites
|
||||
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE favorites (
|
||||
id INTEGER PRIMARY KEY NOT NULL,
|
||||
userid INTEGER NOT NULL,
|
||||
path TEXT NOT NULL
|
||||
)
|
||||
Reference in New Issue
Block a user