Skip to content

Commit

Permalink
update routing.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsangan committed Aug 6, 2024
1 parent 66a3b0b commit f28e1b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default async function callAPI(request: Request): Promise<Result> {
try {
if (!id) {
return { success: false, message: 'Bad request' };
}
let result: Result;
switch (true) {
case path.includes('/ff'):
Expand Down

0 comments on commit f28e1b9

Please sign in to comment.