Skip to content

Commit

Permalink
fix(demo): use AlwatrApiRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhonarvar committed Jun 8, 2023
1 parent b91fe96 commit 5092c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/server-context/server-context.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {AlwatrServerRequest} from '@alwatr/server-context';
import {AlwatrApiRequest} from '@alwatr/server-context';

const serverRequest = new AlwatrServerRequest({
const serverRequest = new AlwatrApiRequest({
name: 'demo.server-request',
});

Expand Down

0 comments on commit 5092c95

Please sign in to comment.