mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
chore: prepare backend
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import express from 'express';
|
||||
|
||||
const routes = ( app: express.Application ) => {
|
||||
app.get( '/user/playlists', ( request: express.Request, response: express.Response ) => {
|
||||
|
||||
} );
|
||||
|
||||
app.post( '/user/playlists', ( request: express.Request, response: express.Response ) => {
|
||||
|
||||
} );
|
||||
};
|
||||
Reference in New Issue
Block a user