Skip to content

Commit a96b5ff

Browse files
committed
update routing
1 parent 63307a0 commit a96b5ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class REMSServer extends Server {
133133
}
134134
})
135135
);
136-
this.app.use('/ncpdp', Ncpdp);
136+
this.app.use('/ncpdp/script', Ncpdp);
137137
return this;
138138
}
139139

0 commit comments

Comments
 (0)