Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianyourgod committed Apr 5, 2024
1 parent b3cb2c0 commit cbe508e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const UserManager = new um();
env: process.env,
upload: upload,
MAXASSETS: MAXASSETS,
projectProto: protobuf.loadSync('api/v1/db/project.proto')
projectProto: protobuf.loadSync('api/v1/db/protobufs/project.proto')
});

app.listen(PORT, () => {
Expand Down

0 comments on commit cbe508e

Please sign in to comment.