Skip to content

Commit

Permalink
shop and admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
NebraskyTheWolf committed Jan 27, 2024
1 parent c4facbd commit 4a2404a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/website/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ export default class WebsiteServer {
this.server = http.createServer(app)
app.use(parser.json())

this.routes.add(new Index())
app.use(`/`, new Index().routing())

this.routes.add(new Auth())
this.routes.add(new Profile())
this.routes.add(new Server())
Expand Down

0 comments on commit 4a2404a

Please sign in to comment.