Skip to content

Commit

Permalink
serve fix
Browse files Browse the repository at this point in the history
  • Loading branch information
greg6775 committed Aug 12, 2024
1 parent 8288d09 commit d0cd4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ serve({
"p/imprint": "./pages/holding/imprint.ts",
"p/distribution-agreement": "./pages/holding/distributionAgreement.ts",
"signin": "./pages/user/signin.ts",
"callback": "./pages/_legacy/misc/callback.ts",
"callback": "./pages/misc/callback.ts",
"oauth": "./pages/user/oauth.ts",
"music": "./pages/music-landing/main.ts",
"c/music": "./pages/music/main.ts",
"c/music/new-drop": "./pages/music/newDrop.ts",
"c/music/edit": "./pages/_legacy/music/edit.ts",
"c/music/edit": "./pages/music/edit.ts",
"c/music/payout": "./pages/payout/main.ts",
"hosting": "./pages/hosting/main.ts",
"hosting/create": "./pages/hosting/views/create.ts",
Expand Down

0 comments on commit d0cd4fb

Please sign in to comment.