Skip to content

Commit

Permalink
Merge pull request #2281 from ever-co/fix/checkAPIRequest
Browse files Browse the repository at this point in the history
fix: Endpoint to check API status
  • Loading branch information
evereq authored Mar 7, 2024
2 parents d8ef203 + d6ec14b commit cd20560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/services/client/api/default.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import api from '../axios';

export function getDefaultAPI() {
return api.get(`/`);
return api.get(``);
}

0 comments on commit cd20560

Please sign in to comment.