Skip to content

Commit 47bb711

Browse files
committed
Finished item router and model
1 parent 9c5a468 commit 47bb711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ server.get('/', (req, res) => {
2323
server.use('/api/auth', authRouter); // For the trainer
2424

2525
// server.use('/api/berries', authenticate, berryRouter); // For the berries
26-
server.use('/api/items', authenticate, itemRouter); // For the items
26+
server.use('/api/items', itemRouter); // For the items
2727
// server.use('/api/machines', authenticate, machineRouter); // For the machines
2828
// server.use('/api/pokemon', authenticate, pokemonRouter); // For the pokemon
2929

0 commit comments

Comments
 (0)